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/Ethernet.h
- Revision:
- 48:40454ec5d50d
- Parent:
- 13:0645d8841f51
--- a/api/Ethernet.h Thu Nov 21 10:00:05 2013 +0000 +++ b/api/Ethernet.h Thu Nov 21 10:45:04 2013 +0000 @@ -89,7 +89,7 @@ * * @returns * 0 if the sending was failed, - * 1 if the package is successfully sent. + * or the size of the packet successfully sent. */ int send();