LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
8:81ed1135ba02
Parent:
6:49a007861c76
--- a/gyro.h	Wed Jun 03 12:22:46 2015 +0000
+++ b/gyro.h	Wed Jun 03 16:37:21 2015 +0000
@@ -11,6 +11,9 @@
 #include "mbed.h"
 #include "MKI124V1.h"
 #include "math.h"
+#include "mlx90614.h"
+
+float get_temperature(void);
 
 char readByte(char address, char reg);