One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #include <Arduino.h> | |
| #include <FastLED.h> | |
| #define DATA_PIN 1 | |
| #define LED_TYPE WS2812 | |
| #define COLOR_ORDER GRB | |
| #define NUM_LEDS 16 | |
| CRGB leds[NUM_LEDS]; |
| { | |
| "workbench.startupEditor": "newUntitledFile", | |
| "editor.fontSize": 16, | |
| "editor.lineHeight": 1.8, | |
| "javascript.suggest.autoImports": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.rulers": [ | |
| 80, | |
| 120 | |
| ], |
A list of CLI generators, starter kits / boilerplates and toolkits to kick start your Next.js apps.