put into a folder
This commit is contained in:
parent
3d34021a10
commit
0ea01d6d25
@ -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
|
Loading…
Reference in New Issue
Block a user