Dependencies:   mbed nucleo_rotary_encoder serial_connected_mcu servo

Fork of serial_connected_mcu_nucleo by tarou yamada

Files at this revision

API Documentation at this revision

Comitter:
kachikyun
Date:
Sun Jul 10 07:11:10 2016 +0000
Parent:
4:41790b8e2c9e
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jul 10 06:53:58 2016 +0000
+++ b/main.cpp	Sun Jul 10 07:11:10 2016 +0000
@@ -4,5 +4,6 @@
     while (true) {
         serial_connected_mcu::serial_connected_mcu::instance()->update();
     }
+    
     return 0;
 }