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:
- 41:dce2c29f49cd
- Parent:
- 40:1668630544c7
- Child:
- 43:0abb54448b75
--- a/main.cpp Wed Jun 15 07:25:53 2016 +0000 +++ b/main.cpp Wed Jun 15 07:44:43 2016 +0000 @@ -112,7 +112,7 @@ // Show either temperature and salinity or the water level given by the proximity controller if(i++ % 2) - lcd.updateScreen(t, s); + lcd.updateScreen(t, s, &pidc); else lcd.updateScreen(d);