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:
- 38:930469a33001
- Parent:
- 27:4f73f754fdc9
- Child:
- 40:1668630544c7
--- a/AlarmController.h Tue Jun 14 15:56:14 2016 +0000 +++ b/AlarmController.h Tue Jun 14 17:49:08 2016 +0000 @@ -4,6 +4,8 @@ #include "mbed.h" #include "SensorController.h" +#define STARTUP_ITERATIONS 10 + class AlarmController : public Controller {