imu rev1
Fork of AIviate by
steps.h@2:452dd766d212, 2013-11-01 (annotated)
- Committer:
- teamgoat
- Date:
- Fri Nov 01 00:48:06 2013 +0000
- Revision:
- 2:452dd766d212
- Parent:
- 0:0c627ff4c5ed
- Child:
- 4:44a5b1e8fd27
broken :(
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
teamgoat | 0:0c627ff4c5ed | 1 | #ifndef STEPS_H |
teamgoat | 0:0c627ff4c5ed | 2 | #define STEPS_H |
teamgoat | 0:0c627ff4c5ed | 3 | #include "sensor.h" |
teamgoat | 0:0c627ff4c5ed | 4 | |
teamgoat | 0:0c627ff4c5ed | 5 | |
teamgoat | 2:452dd766d212 | 6 | void init_sensors(); |
teamgoat | 0:0c627ff4c5ed | 7 | void get_sensor_data(); |
teamgoat | 0:0c627ff4c5ed | 8 | |
teamgoat | 0:0c627ff4c5ed | 9 | #endif //STEPS_H |