dd

Dependencies:   BufferedSerial FastAnalogIn FastPWM mbed SHT75

Revision:
10:c751a0e8b7f9
Parent:
6:c2fb5c188e8a
--- a/controlt.h	Thu Mar 31 14:01:49 2016 +0000
+++ b/controlt.h	Mon Jul 11 01:05:52 2016 +0000
@@ -48,6 +48,19 @@
 	void print_table();
 	void follow_table();
 	
+	float highTemp;
+	float lowTemp;
+	
+	int highTempTime;
+	int lowTempTime;
+	int periodNumber;
+	
+	void repeatPeriod();
+	
+	int repeatTime;
+	int repeatCount;
+	int repeatSide;
+	
 	control_t();
 	control_t(temp_sensor_t* _temp_sensor, peltier_t* _peltier,BufferedSerial* _pc);
 	virtual ~control_t();