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:
- 58:b5f0c0f305ff
- Parent:
- 57:8dc3192ff150
- Child:
- 64:735009c4c8aa
--- a/LCDController.cpp Sun Jun 19 22:21:08 2016 +0000 +++ b/LCDController.cpp Sun Jun 19 22:39:16 2016 +0000 @@ -37,10 +37,10 @@ // Indicate pumping with an "*" near the salinity if (pidc->isPumping()) { - sprintf(salt_buffer, "%s *", saltbuffer); + sprintf(salt_buffer, "%s *", salt_buffer); } - lcd.printf("%s\n%s",tempbuffer,saltbuffer); + lcd.printf("%s\n%s", temp_buffer, salt_buffer); } void LCDController::showPumping() {