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 nucleo_rotary_encoder serial_connected_mcu servo
Fork of serial_connected_mcu_nucleo by
main.cpp
- Committer:
- kachikyun
- Date:
- 2016-07-10
- Revision:
- 5:1406b3c6dade
- Parent:
- 2:440ecd0d19b4
File content as of revision 5:1406b3c6dade:
#include "serial_connected_mcu.hpp"
int main() {
while (true) {
serial_connected_mcu::serial_connected_mcu::instance()->update();
}
return 0;
}
