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
communication.h@9:9aaa7f0c8960, 2016-07-30 (annotated)
- 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?
| User | Revision | Line number | New 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 | 
