thermometer, hygrometer and barometer. Using VFD for display.

Dependencies:   AM2321 LPS331_I2C mbed-rtos mbed EthernetInterface

Files at this revision

API Documentation at this revision

Comitter:
mia_0032
Date:
Sat May 24 14:53:11 2014 +0000
Parent:
0:29eeb8eaefee
Child:
2:c036ba032972
Commit message:
Add comment.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat May 24 14:52:01 2014 +0000
+++ b/main.cpp	Sat May 24 14:53:11 2014 +0000
@@ -1,5 +1,6 @@
 #include "mbed.h"
 
+// use LM35D thermo senser IC
 AnalogIn thermo_ic(p20);
 Serial pc(USBTX, USBRX);