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

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
14:b510adcb6065
Parent:
13:b20921316f3c
Child:
19:967207de919d
--- a/setting/main.h	Fri Mar 11 00:39:21 2016 +0000
+++ b/setting/main.h	Fri Mar 11 04:17:00 2016 +0000
@@ -6,7 +6,8 @@
 //pc(Computer)
 RawSerial pc(monitor_tx, monitor_rx);
 //led(main)
-DigitalOut LED[4]={led1, led2, led3, led4};
+//DigitalOut LED[4]={led1, led2, led3, led4};
+BusOut LED(led1, led2, led3, led4);
 //line(bottom)
 BusOut LineKeeper(lineInA, lineInB, lineInC);
 BusIn LineRaw(lineA2, lineB2, lineC2);