From 0ea01d6d256bedb35abf37c34a12b3c3a385946d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 3 Jan 2017 09:15:19 +0100 Subject: [PATCH] put into a folder --- School/{ => vg2}/borg/borg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename School/{ => vg2}/borg/borg.h (95%) diff --git a/School/borg/borg.h b/School/vg2/borg/borg.h similarity index 95% rename from School/borg/borg.h rename to School/vg2/borg/borg.h index 0caabb4..e40893a 100644 --- a/School/borg/borg.h +++ b/School/vg2/borg/borg.h @@ -4,10 +4,10 @@ #include "Arduino.h" #include -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 \ No newline at end of file +#endif