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/PeripheralNames.h
- Revision:
- 193:cff126de7aaf
- Parent:
- 186:2e805bf06ee4
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/PeripheralNames.h Thu May 15 17:15:05 2014 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/PeripheralNames.h Fri May 16 09:00:06 2014 +0100 @@ -55,6 +55,16 @@ I2C_1 = (int)LPC_I2C1_BASE } I2CName; +typedef enum { + SCT0_0 = 0, + SCT0_1, + SCT0_2, + SCT0_3, + SCT1_0, + SCT1_1, + SCT1_2, + SCT1_3, +} PWMName; #ifdef __cplusplus }