A system to control fan speed according to temperature values.

Dependencies:   mbed-rtos mbed

Fork of Home_Monitoring_System by Saad Habach

Revision:
2:3f45a93a19e5
Parent:
1:5245173228f2
Child:
3:399fd9e24cea
--- a/main.cpp	Wed Mar 22 22:52:54 2017 +0000
+++ b/main.cpp	Wed Mar 22 22:54:08 2017 +0000
@@ -50,7 +50,6 @@
         tempC = (temp*330);
         tempF = (9.0*tempC)/5.0 + 32.0;
         
-        
         m2xClient.updateStreamValue(deviceId, streamTemp, tempF);
     
         wait(1);