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.cpp
- Revision:
- 39:b1f864b71318
- Parent:
- 38:76e49d045a3b
- Child:
- 46:28c29ef61276
diff -r 76e49d045a3b -r b1f864b71318 TA.cpp --- a/TA.cpp Fri Jan 08 19:13:02 2016 +0000 +++ b/TA.cpp Sat Jan 09 01:32:54 2016 +0000 @@ -130,6 +130,8 @@ DigitalOut TA::buzzPin( p20, BUZZ_OFF ); +uint8_t TA::buttonsRising = 0; // Appease compiler + #if 1 // inputs EdgeDigIn TA::touch_1( p0, PullNone ); // Top touch sensor.
