dd

Dependencies:   BufferedSerial FastAnalogIn FastPWM mbed SHT75

Revision:
4:7ca449fca19b
Parent:
3:72644690e2e6
Child:
10:c751a0e8b7f9
--- a/commandt.cpp	Fri Mar 25 00:10:39 2016 +0000
+++ b/commandt.cpp	Fri Mar 25 05:55:07 2016 +0000
@@ -129,8 +129,7 @@
 
 void command_t::refreshPWM()
 {
-	printf(",%2.2f\n", control->get_temp());
-	time=time+5;
+	time=time+3;
 	control->refresh_PWM();
 }