dd

Dependencies:   BufferedSerial FastAnalogIn FastPWM mbed SHT75

Revision:
2:4c51394fb35b
Parent:
1:5c42ec7f1aeb
Child:
3:72644690e2e6
--- a/commandt.cpp	Mon Feb 22 06:03:11 2016 +0000
+++ b/commandt.cpp	Wed Mar 02 16:33:23 2016 +0000
@@ -116,7 +116,7 @@
 void command_t::refreshPWM()
 {
 	printf(",%2.2f\n", control->get_temp());
-	time=time+3;
+	time=time+5;
 	control->refresh_PWM();
 }