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:
- 19:ee89eabe1fa2
- Parent:
- 11:1a0a8fd74bc0
- Child:
- 20:521f795ea9d7
--- a/AlarmController.h Mon Jun 13 10:49:48 2016 +0000 +++ b/AlarmController.h Mon Jun 13 12:33:52 2016 +0000 @@ -13,7 +13,8 @@ : Controller(threaded, interval_ms) { this->temp = temp; this->salt = salt; - this->proximity = proximity; + this->proximity = proximity; + this->error = false; } virtual void update();