Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HIDScope MODSERIAL Motordriver QEI Servo mbed
Fork of The_Claw_Back-up_Buttons_copy by
Diff: main.cpp
- 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;