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: api/SPISlave.h
- Revision:
- 556:a1b9575155a3
- Parent:
- 13:0645d8841f51
--- a/api/SPISlave.h Wed May 27 09:30:08 2015 +0100 +++ b/api/SPISlave.h Wed May 27 13:30:08 2015 +0100 @@ -54,16 +54,12 @@ /** Create a SPI slave connected to the specified pins * - * Pin Options: - * (5, 6, 7i, 8) or (11, 12, 13, 14) - * * mosi or miso can be specfied as NC if not used * * @param mosi SPI Master Out, Slave In pin * @param miso SPI Master In, Slave Out pin * @param sclk SPI Clock pin * @param ssel SPI chip select pin - * @param name (optional) A string to identify the object */ SPISlave(PinName mosi, PinName miso, PinName sclk, PinName ssel);