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:
- 52:060fdec99780
- Parent:
- 50:efe0f3017848
- Child:
- 54:2878d62714d6
--- a/TA.h Wed Jan 13 18:58:11 2016 +0000 +++ b/TA.h Thu Jan 14 05:27:44 2016 +0000 @@ -13,7 +13,7 @@ #define SILENT 0x20 #define TOUCHLIGHTS 0x7 /* We'll use bit 2 for the power button */ -#define DEFTOUCHMASK (TOUCHLIGHTS & (5 | 2 /* test/bott */)) /* Note: No longer using "bottom" touch sensor/lights */ +#define DEFTOUCHMASK (TOUCHLIGHTS & (6 | 1 /* test/bott */)) /* Note: No longer using "bottom" touch sensor/lights */ #define DIS_ON_DARK 0x40 /* Used for disabling touch sensor(s) when in dark mode */ struct Message
