Lol smth

Dependencies:   LocalPositionSystem MMA8451Q Motor_Driver Sensors mbed

Fork of TDP_main_BartFork by Yelfie

Revision:
1:eace997e9a93
Parent:
0:5ca0450111f3
Child:
2:e2adb7ab2947
--- a/main.cpp	Fri Feb 13 15:18:43 2015 +0000
+++ b/main.cpp	Fri Feb 13 15:51:24 2015 +0000
@@ -6,12 +6,7 @@
 
 int main() {
 
+sensor_initialise();
 wait(1); //give time to set up the system
         
-    while(1) {
-        myled = 1;
-        wait(0.2);
-        myled = 0;
-        wait(0.2);
-    }
 }