A simple system using LM35 DZ DZ sensor and PIR sensor

Dependencies:   EthernetInterface M2XStreamClient jsonlite mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
wmerghan
Date:
Wed Mar 22 22:54:08 2017 +0000
Parent:
1:5245173228f2
Commit message:
Removed the Tempreature reading printf statement.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5245173228f2 -r 3f45a93a19e5 main.cpp
--- 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);