summaryrefslogtreecommitdiff
path: root/arduino
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2017-02-22 12:41:26 +1030
committerdaniel-Jones <daniel@danieljon.es>2017-02-22 12:41:26 +1030
commitd83503f9c5f9a5ef254c10255a355dfeb5ad9eb6 (patch)
tree4b9dfc154c9f4011250ba9a3e570eac3cbc60eaf /arduino
parent84cf187da89ceb5c8a3cf3fa551d2329b29b0e59 (diff)
downloadRGB-Controller-d83503f9c5f9a5ef254c10255a355dfeb5ad9eb6.tar.gz
RGB-Controller-d83503f9c5f9a5ef254c10255a355dfeb5ad9eb6.zip
Added new buttons/sliders/etc to the disable/enable sections leaving them only accesible when usable. New sliders now default to 0.
Diffstat (limited to 'arduino')
-rw-r--r--arduino/rgb/.rgb.ino.swobin16384 -> 16384 bytes
-rw-r--r--arduino/rgb/rgb.ino1
2 files changed, 0 insertions, 1 deletions
diff --git a/arduino/rgb/.rgb.ino.swo b/arduino/rgb/.rgb.ino.swo
index 259a52b..c9a379b 100644
--- a/arduino/rgb/.rgb.ino.swo
+++ b/arduino/rgb/.rgb.ino.swo
Binary files differ
diff --git a/arduino/rgb/rgb.ino b/arduino/rgb/rgb.ino
index 3c29aee..7a0294b 100644
--- a/arduino/rgb/rgb.ino
+++ b/arduino/rgb/rgb.ino
@@ -164,7 +164,6 @@ void parse(String com)
bf = p2.toInt();
if (p1.equalsIgnoreCase("bt"))
bt = p2.toInt();
-
}
String line;