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: main.cpp
- Revision:
- 43:0abb54448b75
- Parent:
- 41:dce2c29f49cd
- Child:
- 44:7c932cc5991b
--- a/main.cpp Wed Jun 15 07:57:16 2016 +0000 +++ b/main.cpp Wed Jun 15 09:14:57 2016 +0000 @@ -57,7 +57,7 @@ PIDController pidc(false,0,&temperature,&salt,&proximity); controllers.push_back((void *)&pidc); - AlarmController alarm(false,0,&temperature,&salt,&proximity, &pidc); + AlarmController alarm(false,0,&temperature,&salt,&proximity); controllers.push_back((void *)&alarm);