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:
- 7:8b3aef52aa7b
- Parent:
- 6:067e999b9c6e
- Child:
- 9:b3674516729d
diff -r 067e999b9c6e -r 8b3aef52aa7b main.cpp --- a/main.cpp Fri Jun 10 10:53:56 2016 +0000 +++ b/main.cpp Fri Jun 10 12:29:33 2016 +0000 @@ -29,7 +29,7 @@ // temperature.controlHeater(); - lcd.updateScreen(temperature.getTemperature(),salt.getVoltage()); + lcd.updateScreen(temperature.getTemperature(),salt.getAdjustedPPT()); count++; wait(0.5);