thermometer, hygrometer and barometer. Using VFD for display.

Dependencies:   AM2321 LPS331_I2C mbed-rtos mbed EthernetInterface

Revision:
1:9755b5a98ffb
Parent:
0:29eeb8eaefee
Child:
2:c036ba032972
--- 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);