Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: source/drivers/MicroBitPin.cpp
- Revision:
- 53:ee44932401cb
- Parent:
- 49:88f03f3feff1
- Child:
- 63:b4372a29994f
--- a/source/drivers/MicroBitPin.cpp Wed Jul 13 12:18:31 2016 +0100 +++ b/source/drivers/MicroBitPin.cpp Wed Jul 13 12:18:32 2016 +0100 @@ -444,7 +444,7 @@ /** * Configures the pull of this pin. * - * @param pull one of the mbed pull configurations: PullUp, PullDown, PullNone, OpenDrain + * @param pull one of the mbed pull configurations: PullUp, PullDown, PullNone * * @return MICROBIT_NOT_SUPPORTED if the current pin configuration is anything other * than a digital input, otherwise MICROBIT_OK.