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

Revision:
55:ee80f248919d
Parent:
52:eaddbde192f1
Child:
57:8dc3192ff150
--- a/testing.cpp	Fri Jun 17 12:10:08 2016 +0000
+++ b/testing.cpp	Fri Jun 17 19:10:15 2016 +0000
@@ -4,9 +4,8 @@
 #include "AlarmController.h"
 #include "PIDController.h"
 #include "testing.h"
+#include "settings.h"
 
-#define NUMBER_OF_SEC_BEFORE_CRITICAL_ALARM 30
-#define NUMBER_OF_SEC_BEFORE_UNDESIRED_ALARM 300
 
 void TestCase::assert(bool b, const char *error) {
     if(!b) {