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

Revision:
2:ddae311a4533
Parent:
0:d0306c0cbee6
--- 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;