mbed-src updated for BMD-200 evaluation board. Just pin numbers are updated.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Replacement for the "mbed" or "mbed-src" library when using the BMD-200 Evaluation kit. This library only remaps the pin names (i.e. LED1 points to p0.01 instead of p0.18, etc) as used by the BMD-200 Evaluation board (select the nRF51822_mkit platform). All other code is untouched.
Diff: targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h
- Revision:
- 220:aa774fb95d17
- Parent:
- 174:8bb9f3a33240
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h Mon Jun 02 09:45:07 2014 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h Tue Jun 03 10:30:56 2014 +0100 @@ -41,6 +41,7 @@ #if DEVICE_SERIAL struct serial_s { LPC_USART0_Type *uart; + LPC_USART4_Type *mini_uart; unsigned char index; }; #endif