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.
Dependencies: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: AlarmController.h
- Revision:
- 48:d7053e51b30a
- Parent:
- 47:a73b8640fb60
- Child:
- 52:eaddbde192f1
diff -r a73b8640fb60 -r d7053e51b30a AlarmController.h --- a/AlarmController.h Wed Jun 15 11:31:18 2016 +0000 +++ b/AlarmController.h Wed Jun 15 11:37:44 2016 +0000 @@ -54,6 +54,9 @@ bool saltiscrit; bool overflowiscrit; + Timer temptimer; + Timer salttimer; + Timer overflowtimer; };