Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: TA.h
- 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;
