Program for the water play project for the course Software Testing Practical 2016 given at the VU University
Dependencies: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: LCDController.cpp
- Revision:
- 7:8b3aef52aa7b
- Parent:
- 6:067e999b9c6e
- Child:
- 10:fd4670ec0806
- Child:
- 15:487e56550364
--- a/LCDController.cpp Fri Jun 10 10:53:56 2016 +0000 +++ b/LCDController.cpp Fri Jun 10 12:29:33 2016 +0000 @@ -21,5 +21,5 @@ void LCDController::updateScreen(float displaytemp, float saltvolt) { lcd.cls(); - lcd.printf("Temp: %.1fC\nSalt: %.3fV",displaytemp,saltvolt); + lcd.printf("Temp: %.1fC\nSalt: %.3fPPT",displaytemp,saltvolt); }