backup

Dependencies:   HIDScope MODSERIAL Motordriver QEI Servo mbed

Fork of The_Claw_with_EMG_Control by Meike Froklage

Revision:
1:1d2208dce484
Parent:
0:048fbd80203e
Child:
2:ad4b181a6422
--- a/main.cpp	Fri Sep 16 15:27:36 2016 +0000
+++ b/main.cpp	Tue Sep 20 08:43:33 2016 +0000
@@ -135,7 +135,7 @@
     
     // Create ticker and attach LED toggle function
     Ticker tick_toggle_led;
-    tick_toggle_led.attach(ToggleLed,kTimeLedToggle);
+    tick_toggle_led.attach(&ToggleLed,kTimeLedToggle);
     
     // Create ticker and attach Print function
     Ticker tick_print_serial;