Marco Rubio / Mbed 2 deprecated RTOS_Controller_v3

Dependencies:   IMU MODSERIAL Servo mbed

Fork of RTOS_Controller_v2 by Andrew Olguin

Committer:
gelmes
Date:
Sat Jul 30 17:19:21 2016 +0000
Revision:
9:9aaa7f0c8960
Parent:
6:b45b74fd6a07
Child:
10:8cd741a65646
Untested Switching Program;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gelmes 3:5ffe7e9c0bb3 1 #ifndef COMMUNICATION_H
gelmes 3:5ffe7e9c0bb3 2 #define COMMUNICATION_H
aolgu003 6:b45b74fd6a07 3 MODSERIAL pc(USBTX, USBRX); // tx, rx
gelmes 9:9aaa7f0c8960 4 MODSERIAL device(PA_2, PA_3); // tx, rx
gelmes 3:5ffe7e9c0bb3 5
gelmes 3:5ffe7e9c0bb3 6 #endif