diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-02-22 12:41:26 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-02-22 12:41:26 +1030 |
commit | d83503f9c5f9a5ef254c10255a355dfeb5ad9eb6 (patch) | |
tree | 4b9dfc154c9f4011250ba9a3e570eac3cbc60eaf /arduino | |
parent | 84cf187da89ceb5c8a3cf3fa551d2329b29b0e59 (diff) | |
download | RGB-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.swo | bin | 16384 -> 16384 bytes | |||
-rw-r--r-- | arduino/rgb/rgb.ino | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/arduino/rgb/.rgb.ino.swo b/arduino/rgb/.rgb.ino.swo Binary files differindex 259a52b..c9a379b 100644 --- a/arduino/rgb/.rgb.ino.swo +++ b/arduino/rgb/.rgb.ino.swo 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; |