LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
7:11675c1dce4f
Parent:
5:5b1a8ad6c187
Child:
8:81ed1135ba02
--- a/Compass.h	Sat May 30 14:58:44 2015 +0000
+++ b/Compass.h	Wed Jun 03 12:22:46 2015 +0000
@@ -3,6 +3,8 @@
 
 #include "Item.h"
 #include <stdio.h>
+
+//math stuff
 #define _USE_MATH_DEFINES
 #include <math.h>
 #define M_PI 3.14159265358979323846  /* pi */