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
Auto generated API documentation and code listings for Water Play
| Controller | The base class for everything which interfaces with sensors or actuators |
| LCDController | Provides methods to write to the 16x2 LCD screen |
| SensorAlarmController | The AlarmController monitors a Sensor and registers unsafe values |
| TemperatureController | The TemperatureController measures the Vernier temperature probe |
Code
| Controller.cpp [code] | |
| Controller.h [code] | |
| LCDController.cpp [code] | |
| LCDController.h [code] | |
| main.cpp [code] | |
| MockSensorController.cpp [code] | |
| MockSensorController.h [code] | |
| PIDController.cpp [code] | |
| PIDController.h [code] | |
| ProximityController.cpp [code] | |
| ProximityController.h [code] | |
| SalinityController.cpp [code] | |
| SalinityController.h [code] | |
| SensorAlarmController.cpp [code] | |
| SensorAlarmController.h [code] | |
| SensorController.h [code] | |
| settings.h [code] | |
| TemperatureController.cpp [code] | |
| TemperatureController.h [code] | |
| testing.cpp [code] | |
| testing.h [code] |