ganbaru

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

main.cpp

Committer:
piroro4560
Date:
2020-01-29
Revision:
0:ac64597d2ef8

File content as of revision 0:ac64597d2ef8:

#include "mbed.h"
#include "robot.h"
#include "sensorGen.h"

sensor sensor;
robot yotsuba;

int main() {
    while(1) {
    }
}