Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
main.cpp
- Committer:
- KoiShin_Sakana
- Date:
- 2015-08-07
- Revision:
- 3:901d18b901b4
- Parent:
- 2:a8bbf677e774
- Child:
- 4:577110fb3b04
File content as of revision 3:901d18b901b4:
/** * @file : main.cpp (0.1) * @brief : oversee all * @author : Shinnosuke KOIKE * @date : 2015/07/17 */ #include "mbed.h" #include "pinDef.h" #include "control.h" #include "motor.h" #include "infrared.h" #include "compass.h" #include "ultrasonic.h" #include "line.h" #include "kicker.h" #include "dribbler.h" #include "communication.h" Serial pc(USBTX, USBRX); int main(void) { while (1) ; }