dd

Dependencies:   BufferedSerial FastAnalogIn FastPWM mbed SHT75

Revision:
4:7ca449fca19b
Parent:
3:72644690e2e6
Child:
6:c2fb5c188e8a
--- a/controlt.h	Fri Mar 25 00:10:39 2016 +0000
+++ b/controlt.h	Fri Mar 25 05:55:07 2016 +0000
@@ -25,6 +25,7 @@
 	void set_I_value(float _I_value);
 	void set_D_value(float _D_value);
 	void set_period(int _period);
+	void set_start_temp(float _start_temp);
 	
 	void refresh_PWM();
 	
@@ -71,6 +72,7 @@
 	int table_check;
 	float table_min;
 	float table_max;
+	float start_temp;
 	
 	int period;
 	int step;