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.
main.cpp
- Committer:
- Weranest
- Date:
- 2018-02-22
- Revision:
- 4:48d390356fba
- Parent:
- 3:c9df852ad9ac
File content as of revision 4:48d390356fba:
#include "mbed.h" #include "pwm.h" #include "control.h" int main(){ motorSetup(); controlManual(0); }