雛形完成

Dependencies:   mbed nucleo_rotary_encoder serial_connected_mcu servo

Fork of serial_connected_mcu_nucleo by tarou yamada

main.cpp

Committer:
inst
Date:
2016-07-10
Revision:
2:440ecd0d19b4
Parent:
0:df626d400b3e
Child:
5:1406b3c6dade

File content as of revision 2:440ecd0d19b4:

#include "serial_connected_mcu.hpp"

int main() {
    while (true) {
        serial_connected_mcu::serial_connected_mcu::instance()->update();
    }
    return 0;
}