nucleo側のプログラム

Dependents:   serial_connected_mcu_nucleo serial_connected_mcu_nucleo

Fork of serial_connected_mcu by tarou yamada

Files at this revision

API Documentation at this revision

Comitter:
inst
Date:
Sat Jul 30 06:03:21 2016 +0000
Parent:
11:6f8e34a71c7e
Child:
13:2f9a5207fb51
Commit message:
?? ENCODER_SPEED

Changed in this revision

serial_connected_mcu.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/serial_connected_mcu.hpp	Sat Jul 30 06:00:59 2016 +0000
+++ b/serial_connected_mcu.hpp	Sat Jul 30 06:03:21 2016 +0000
@@ -39,7 +39,6 @@
     AnalogIn** _analog_inputs;
     
     float* _prev_encoders_values;
-    float 
     Timer _timer;
     
     serial_connected_mcu_slave _slave;