dd

Dependencies:   BufferedSerial FastAnalogIn FastPWM mbed SHT75

Revision:
3:72644690e2e6
Parent:
2:4c51394fb35b
Child:
8:545391a4a102
--- a/main.cpp	Wed Mar 02 16:33:23 2016 +0000
+++ b/main.cpp	Fri Mar 25 00:10:39 2016 +0000
@@ -45,7 +45,7 @@
     
     pc.printf("temperature start \n");
     
-    controltick.attach(&peltier_control, 5);
+    controltick.attach(&peltier_control, 3);// sampling time
     
     wait(10);