Andrew Olguin / Mbed 2 deprecated RTOS_Controller_v3

Dependencies:   IMU MODSERIAL Servo mbed

Fork of RTOS_Controller_v3 by Marco Rubio

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers communication.h Source File

communication.h

00001 #ifndef COMMUNICATION_H
00002 #define COMMUNICATION_H
00003 MODSERIAL pc(USBTX, USBRX); // tx, rx
00004 
00005 #endif