put into a folder

This commit is contained in:
Daniel Løvbrøtte Olsen 2017-01-03 09:15:19 +01:00 committed by GitHub
parent 3d34021a10
commit 0ea01d6d25

View File

@ -4,10 +4,10 @@
#include "Arduino.h"
#include <FastLED.h>
struct LEDSelect {
byte side;
byte column;
byte row;
struct LEDSelect {
byte side;
byte column;
byte row;
};
// Decodes side, column, row into n LED
@ -89,4 +89,4 @@ bool updateColor(LEDSelect selection, CRGB color, CRGB* leds) {
}
#endif
#endif