Updated version with comments

Dependencies:   IMU MODSERIAL Servo mbed

Fork of RTOS_Controller_v3 by Marco Rubio

communication.h

Committer:
aolgu003
Date:
2016-12-12
Revision:
11:1b838130dc8c
Parent:
10:8cd741a65646

File content as of revision 11:1b838130dc8c:

#ifndef COMMUNICATION_H
#define COMMUNICATION_H
MODSERIAL pc(USBTX, USBRX); // tx, rx

#endif