Dependents:   nhk2018_throwing02 nhk_2018_undercarry_test08 nhk_2018_undercarry_test09 nhk_2018_undercarry_test10 ... more

Fork of TCS3200 by Grant Phillips

Revision:
3:62492ac23077
Parent:
2:78984c66a877
--- a/TCS3200.h	Mon Mar 26 02:57:48 2018 +0000
+++ b/TCS3200.h	Wed Mar 28 06:49:19 2018 +0000
@@ -4,10 +4,10 @@
  
 #include "mbed.h"
  
-#define RED   0
-#define GREEN 1
-#define BLUE  2
-#define CLEAR 3
+#define RED   40
+#define GREEN 41
+#define BLUE  42
+#define CLEAR 43
 
 class TCS3200 {
   public: