asdf

Dependencies:   L3GD20 LSM303DLHC mbed

Revision:
0:c2ec30f28676
Child:
1:cfe6a6ad8dca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Headers/Sensors.h	Sat Mar 29 03:06:46 2014 +0000
@@ -0,0 +1,14 @@
+#ifndef SENSORS_H
+#define SENSORS_H
+
+#include "Core.h"
+#include "L3GD20.h"
+#include "LSM303DLHC.h"
+
+L3GD20 gyro(p9, p10);
+LSM303DLHC compass(p9, p10);
+
+
+
+
+#endif
\ No newline at end of file