yotsuba no program dayo

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

Committer:
THtakahiro702286
Date:
Sun Feb 02 04:29:59 2020 +0000
Revision:
13:ea297e3ddf07
Parent:
8:853651aa5f00
hokusinetu; last

Who changed what in which revision?

UserRevisionLine numberNew contents of line
piroro4560 0:ac64597d2ef8 1 #include "mbed.h"
piroro4560 0:ac64597d2ef8 2 #include "robot.h"
piroro4560 0:ac64597d2ef8 3
piroro4560 8:853651aa5f00 4 Robot robo;
piroro4560 0:ac64597d2ef8 5
piroro4560 0:ac64597d2ef8 6 int main() {
piroro4560 6:5b6b6db39dd1 7 bool test = true;
piroro4560 8:853651aa5f00 8 if (test) {
piroro4560 8:853651aa5f00 9 robo.start();
piroro4560 0:ac64597d2ef8 10 }
piroro4560 1:768bb4166209 11 }