![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | LEDMASK_USB_NOTREADY LEDS_LED1 |
| #define | LEDMASK_USB_ENUMERATING (LEDS_LED2 | LEDS_LED3) |
| #define | LEDMASK_USB_READY (LEDS_LED2 | LEDS_LED4) |
| #define | LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3) |
Functions | |
| void | KeyboardHost (void) |
| Keyboard Host task This function will be called repeatedly from the main, so that keyboard host driver will update its state machines and receives keystrokes. | |