ganbaru

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

Committer:
piroro4560
Date:
Wed Jan 29 23:44:11 2020 +0000
Revision:
0:ac64597d2ef8
ganbaru;

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 #include "sensorGen.h"
piroro4560 0:ac64597d2ef8 4
piroro4560 0:ac64597d2ef8 5 sensor sensor;
piroro4560 0:ac64597d2ef8 6 robot yotsuba;
piroro4560 0:ac64597d2ef8 7
piroro4560 0:ac64597d2ef8 8 int main() {
piroro4560 0:ac64597d2ef8 9 while(1) {
piroro4560 0:ac64597d2ef8 10 }
piroro4560 0:ac64597d2ef8 11 }