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_LPC15XX/PeripheralNames.h
- Revision:
- 117:e0a7df0a9a56
- Parent:
- 103:9b881da47c92
--- a/targets/hal/TARGET_NXP/TARGET_LPC15XX/PeripheralNames.h Tue Mar 11 17:15:06 2014 +0000 +++ b/targets/hal/TARGET_NXP/TARGET_LPC15XX/PeripheralNames.h Wed Mar 12 10:30:07 2014 +0000 @@ -49,6 +49,9 @@ ADC1_11, } ADCName; +typedef enum { + DAC0_0 = 0, +} DACName; #ifdef __cplusplus }