Design-in of LPC11U24 (lqfp48) of mbed as Steppermotor controller with USB control.

Dependencies:   USBDevice mbed

Mbed repository of Stepper Motor Control board. Using mbed LPC11U24 chip with HID USB.

Hardware in copy repo on bitbucket https://bitbucket.org/jeroen3/stepper-motor-board

Files at this revision

API Documentation at this revision

Comitter:
jeroen3
Date:
Wed Oct 30 21:59:32 2013 +0000
Parent:
1:e7709c579a18
Commit message:
fix led blink after soft reset

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 28 18:27:20 2013 +0000
+++ b/main.cpp	Wed Oct 30 21:59:32 2013 +0000
@@ -106,6 +106,7 @@
 						SMC_init();
 						CT16B1_deinit(0);
 						led = 1;
+						Ticker_led.detach();
 						aux = 0;
 						empty_report(&recv_report);
 				break;