雛形完成

Dependencies:   mbed nucleo_rotary_encoder serial_connected_mcu servo

Fork of serial_connected_mcu_nucleo by tarou yamada

main.cpp

Committer:
inst
Date:
2016-09-08
Revision:
9:a7d263664c99
Parent:
2:440ecd0d19b4
Child:
5:1406b3c6dade

File content as of revision 9:a7d263664c99:

#include "serial_connected_mcu.hpp"

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