A library to read from an Epson IMU

Dependents:   Test2

Revision:
1:a2b5b17c949d
Parent:
0:b4479b51578c
--- a/IMU.h	Thu Nov 28 15:14:40 2013 +0000
+++ b/IMU.h	Fri Dec 13 10:58:02 2013 +0000
@@ -3,7 +3,6 @@
 
 #include "mbed.h"
 
-
 #define TEMP_OUT 0x02
 #define XGYRO_OUT 0x04
 #define YGYRO_OUT 0x06
@@ -40,4 +39,5 @@
 
 };
 
+
 #endif
\ No newline at end of file