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: common/pinmap_common.c
- Revision:
- 527:d25d72bcc348
- Parent:
- 514:532f83b66a7f
--- a/common/pinmap_common.c Thu Apr 23 09:15:08 2015 +0100 +++ b/common/pinmap_common.c Fri Apr 24 08:15:12 2015 +0100 @@ -86,4 +86,4 @@ if ((uint32_t)NC == function) // no mapping available error("pinmap not found for function"); return function; -} \ No newline at end of file +}