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:
7:e5732637dfd0
Parent:
6:6c61186c8739
--- a/main.h	Mon Feb 22 19:09:17 2016 +0000
+++ b/main.h	Tue Feb 23 16:57:15 2016 +0000
@@ -12,7 +12,8 @@
 # undef _DEBUG
 // # define _DEBUG
 
-void sw_interrupt(void);
+void sw2_interrupt(void);
+void sw3_interrupt(void);
 void host_interrupt(void);
 void process_function(void);