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: mbed PID Sensorv2 xbeeCom
main.cpp@1:e4439be6e1b9, 2014-11-02 (annotated)
- Committer:
- oprospero
- Date:
- Sun Nov 02 19:18:55 2014 +0000
- Revision:
- 1:e4439be6e1b9
- Parent:
- 0:853ffcef6c67
motor2 not working
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| oprospero | 0:853ffcef6c67 | 1 | #include "quadCommand.h" |
| oprospero | 0:853ffcef6c67 | 2 | |
| oprospero | 0:853ffcef6c67 | 3 | int main() |
| oprospero | 0:853ffcef6c67 | 4 | { |
| oprospero | 0:853ffcef6c67 | 5 | quadCommand quad; |
| oprospero | 0:853ffcef6c67 | 6 | quad.run(); |
| oprospero | 0:853ffcef6c67 | 7 | } |