Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
30:c60b0d52b067
Parent:
17:d8b901d791fd
Child:
31:a6110950f385
--- a/TA.h	Sun Jan 03 20:05:15 2016 +0000
+++ b/TA.h	Mon Jan 04 16:33:39 2016 +0000
@@ -9,6 +9,9 @@
 #define DATA_SIZE 24
 #define SILENT 0x20
 
+#define TOUCHLIGHTS  0x7
+#define DEFTOUCHMASK (TOUCHLIGHTS & (5 | 2 /* test/bott */))  /* Note:  No longer using "bottom" touch sensor/lights */
+
 struct Message 
 {
     char command;