Thomas Morris / Mbed OS PROJ324_Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
38:8d86e0d8a816
Parent:
15:c1592fc1a501
Child:
51:47f5db68500b
diff -r 7c4d7f206039 -r 8d86e0d8a816 DATA.hpp
--- a/DATA.hpp	Sun Jan 07 19:21:11 2018 +0000
+++ b/DATA.hpp	Sun Jan 07 21:08:34 2018 +0000
@@ -13,7 +13,7 @@
     void set_temperature(double temp);
     void set_pressure(double pressure);
     void set_light(double light);
-    
+    void set_all_zero();
     //Getters
     int get_time();
     double get_temperature();