yotsuba no program dayo

Dependencies:   sensorGen Robot omni_wheel PID jy901 solenoid aqm0802 camera beep kohiMD linesSnsor lpf RCJESC

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "robot.h"
00003 
00004 Robot robo;
00005 
00006 int main() {
00007     bool test = true;
00008     if (test) {
00009         robo.start();
00010     }
00011 }