diff --git a/Gemma_Red/Gemma_Red.ino b/Gemma_Red/Gemma_Red.ino new file mode 100644 index 0000000..399b1ee --- /dev/null +++ b/Gemma_Red/Gemma_Red.ino @@ -0,0 +1,16 @@ +#include +#define PIN 0 +Adafruit_NeoPixel strip = Adafruit_NeoPixel(4, PIN, NEO_GRB + NEO_KHZ800); + +void setup() { + strip.begin(); + strip.show(); // Initialize all pixels to 'off' +} + +void loop() { + for (int i=0; i