This program is an advanced "IoT" thermometer using LM75B component library. It displays the current value to the Serial host in Celcius or Fahrenheit (possible to change using a switch). It also stores an historic and displays it to the user using the LCD screen. Moreover, you can change the orientation of the screen by turning the device, just like a smartphone.

Dependencies:   C12832 FXOS8700CQ LM75B mbed

Revision:
3:a4dac093a968
Parent:
2:5d0c209e5c61
Child:
4:5bf99eb2d740
--- a/main.h	Wed Feb 10 01:01:54 2016 +0000
+++ b/main.h	Wed Feb 10 01:41:39 2016 +0000
@@ -5,7 +5,7 @@
 # include "LM75B.h"
 # include "C12832.h"
 
-# define MIN_REFRESH_TIME 250
+# define MIN_REFRESH_TIME 10
 # define MAX_REFRESH_TIME 5000
 
 #undef _DEBUG