updates
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal-eddystone by
Revision 53:ee44932401cb, committed 2016-07-13
- Comitter:
- LancasterUniversity
- Date:
- Wed Jul 13 12:18:32 2016 +0100
- Parent:
- 52:3db7b4d64316
- Child:
- 54:77d0b27f4f26
- Commit message:
- Synchronized with git rev 51138b3d
Author: James Devine
microbit-dal: removed OpenDrain from MicroBitPin setPull [issue #144]
Changed in this revision
inc/drivers/MicroBitPin.h | Show annotated file Show diff for this revision Revisions of this file |
source/drivers/MicroBitPin.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/inc/drivers/MicroBitPin.h Wed Jul 13 12:18:31 2016 +0100 +++ b/inc/drivers/MicroBitPin.h Wed Jul 13 12:18:32 2016 +0100 @@ -342,7 +342,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.
--- 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.