The subsystem design/basis for the final project

Dependencies:   mbed-rtos mbed-src pixylib

Revision:
9:62fbb69b612c
Parent:
7:5ef312aa2678
Child:
15:caa5a93a31d7
--- a/global.cpp	Fri Mar 25 20:05:04 2016 +0000
+++ b/global.cpp	Fri Mar 25 21:20:10 2016 +0000
@@ -13,8 +13,8 @@
 // Comunication 
 SPI deSpi(p5, p6, p7);
 Pixy pixy(Pixy::SPI, p11, p12, p13);
-Serial pc(USBTX, USBRX); // PC serial channel
-Serial bt(p28, p27); // Bluetooth serial channel
+//Serial pc(USBTX, USBRX); // PC serial channel
+Serial pc(p28, p27); // Bluetooth serial channel
 
 // Control
 PeriodicPI leftMotorPI(MOTOR_PERIOD, MOTOR_KP, MOTOR_KI);