svoe

Dependencies:   mbed mbed-STM32F103C8T6 MPU6050_1

Committer:
Stas285
Date:
Sat May 06 18:21:55 2017 +0000
Revision:
1:e2a6e523bf1f
Parent:
0:e9488589a8ee
Child:
3:8e8458f45d19
wifi + echo + rc

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Stas285 0:e9488589a8ee 1 #include "stm32f103c8t6.h"
Stas285 0:e9488589a8ee 2 #include "mbed.h"
Stas285 1:e2a6e523bf1f 3 #include "common.h"
Stas285 0:e9488589a8ee 4 #include "motor.h"
Stas285 0:e9488589a8ee 5 #include "serva.h"
Stas285 0:e9488589a8ee 6 #include "echo.h"
Stas285 0:e9488589a8ee 7 #include "motion.h"
Stas285 1:e2a6e523bf1f 8 #include "wifi.h"
Stas285 1:e2a6e523bf1f 9 #include "gyro.h"
Stas285 0:e9488589a8ee 10 #include "realtime.h"
Stas285 0:e9488589a8ee 11 #include "system.h"
Stas285 0:e9488589a8ee 12
Stas285 0:e9488589a8ee 13 int main() {
Stas285 0:e9488589a8ee 14 system_init();
Stas285 0:e9488589a8ee 15 //while(1){proc_counter++;}
Stas285 1:e2a6e523bf1f 16 // dance(10,5);
Stas285 0:e9488589a8ee 17 }
Stas285 0:e9488589a8ee 18 //check_battery;