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: SalinityController.cpp
- Revision:
- 4:4011a1562a77
- Parent:
- 1:eb527bc93b62
- Child:
- 6:067e999b9c6e
--- a/SalinityController.cpp Wed Jun 08 08:57:38 2016 +0000 +++ b/SalinityController.cpp Wed Jun 08 13:16:32 2016 +0000 @@ -38,7 +38,8 @@ printf("Sensor Voltage: %f \t", voltage); // Convert voltage to ppt - ppt = voltage * 16.3; +// ppt = voltage * 16.3; + ppt = voltage * 15.1747217178 - 2.89491343498; return ppt; }