ControlMainでの変更に対応して、新しくレポジトリを作りました

Dependencies:   Control_Yokutan_CANver1 XBusServo mbed mbed-rtos

Fork of ControlYokutan2017 by albatross

Branch:
XBus???
Revision:
27:591cf9139ae7
Parent:
26:f14579683f98
Child:
28:99686a3f0e86
--- a/main.cpp	Thu Feb 16 16:00:11 2017 +0000
+++ b/main.cpp	Sat Feb 18 14:39:21 2017 +0000
@@ -76,7 +76,7 @@
 
 static const uint8_t        servoChannel = 0x01;
 
-XBusServo gXBus(p9, NC, NC, kMaxServoNum);
+XBusServo gXBus(p13, NC, NC, kMaxServoNum);
 Ticker gTimer;
 
 bool servoInit()