ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sun Mar 27 13:04:39 2016 +0000
Revision:
38:67bc78f3c0ab
Parent:
3:c49ea7ad8e91
JapanSoccerOpen2016 CatPot Program(main)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #include "mbed.h"
lilac0112_1 0:ea35c18c85fc 2 #include "extern.h"
lilac0112_1 0:ea35c18c85fc 3 #include "main.h"
lilac0112_1 0:ea35c18c85fc 4
lilac0112_1 0:ea35c18c85fc 5 int main(void) {
lilac0112_1 0:ea35c18c85fc 6 SetUp();
lilac0112_1 0:ea35c18c85fc 7 while(1){
lilac0112_1 3:c49ea7ad8e91 8 Command();
lilac0112_1 0:ea35c18c85fc 9 }
lilac0112_1 0:ea35c18c85fc 10 }