put into a folder
This commit is contained in:
parent
3d34021a10
commit
0ea01d6d25
@ -4,10 +4,10 @@
|
|||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include <FastLED.h>
|
#include <FastLED.h>
|
||||||
|
|
||||||
struct LEDSelect {
|
struct LEDSelect {
|
||||||
byte side;
|
byte side;
|
||||||
byte column;
|
byte column;
|
||||||
byte row;
|
byte row;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Decodes side, column, row into n LED
|
// Decodes side, column, row into n LED
|
||||||
@ -89,4 +89,4 @@ bool updateColor(LEDSelect selection, CRGB color, CRGB* leds) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue
Block a user