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 MMA8451Q
main.cpp
- Committer:
- gabdo
- Date:
- 2013-06-13
- Revision:
- 54:bca9c9e92da6
- Parent:
- 49:f202fb0d4128
File content as of revision 54:bca9c9e92da6:
#include "quadCommand.h" int main() { quadCommand quad; // Create quadCommand object. quad.run(); // Start quadCommand running. }