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: 2017NHKpin_config mbed FEP HMC6352 MotorDriverController PID QEI omni
main.cpp
- Committer:
- UCHITAKE
- Date:
- 2017-08-21
- Revision:
- 0:757e9800c103
- Child:
- 1:269914e0aa07
File content as of revision 0:757e9800c103:
#include "mbed.h" #include "pin_config.h" #include "bot.h" Bot bot(); int main() { while(1) { } }