
Lol smth
Dependencies: LocalPositionSystem MMA8451Q Motor_Driver Sensors mbed
Fork of TDP_main_BartFork by
main.cpp@1:eace997e9a93, 2015-02-13 (annotated)
- Committer:
- Reckstyle
- Date:
- Fri Feb 13 15:51:24 2015 +0000
- Revision:
- 1:eace997e9a93
- Parent:
- 0:5ca0450111f3
- Child:
- 2:e2adb7ab2947
Publish;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Reckstyle | 0:5ca0450111f3 | 1 | #include "mbed.h" |
Reckstyle | 0:5ca0450111f3 | 2 | #include "sensor_measure.h" |
Reckstyle | 0:5ca0450111f3 | 3 | |
Reckstyle | 0:5ca0450111f3 | 4 | |
Reckstyle | 0:5ca0450111f3 | 5 | DigitalOut myled(LED1); |
Reckstyle | 0:5ca0450111f3 | 6 | |
Reckstyle | 0:5ca0450111f3 | 7 | int main() { |
Reckstyle | 0:5ca0450111f3 | 8 | |
Reckstyle | 1:eace997e9a93 | 9 | sensor_initialise(); |
Reckstyle | 0:5ca0450111f3 | 10 | wait(1); //give time to set up the system |
Reckstyle | 0:5ca0450111f3 | 11 | |
Reckstyle | 0:5ca0450111f3 | 12 | } |