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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sat Feb 27 09:14:37 2016 +0000
Revision:
0:ea35c18c85fc
Child:
3:c49ea7ad8e91
maincode for japan open.

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 0:ea35c18c85fc 8 CommandLoop();
lilac0112_1 0:ea35c18c85fc 9 }
lilac0112_1 0:ea35c18c85fc 10 }