Marco Rubio / Mbed 2 deprecated RTOS_Controller_v3

Dependencies:   IMU MODSERIAL Servo mbed

Fork of RTOS_Controller_v2 by Andrew Olguin

Revision:
9:9aaa7f0c8960
Parent:
6:b45b74fd6a07
Child:
10:8cd741a65646
--- a/communication.h	Fri Jul 29 16:44:24 2016 +0000
+++ b/communication.h	Sat Jul 30 17:19:21 2016 +0000
@@ -1,5 +1,6 @@
 #ifndef COMMUNICATION_H
 #define COMMUNICATION_H
 MODSERIAL pc(USBTX, USBRX); // tx, rx
+MODSERIAL device(PA_2, PA_3); // tx, rx
 
 #endif
\ No newline at end of file