Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: IMU MODSERIAL Servo mbed
Fork of RTOS_Controller_v2 by
Diff: communication.h
- 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
