updated setPull help annotation
At some point Im guessing the help file has been renamed and its current url is https://codethemicrobit.com/reference/pins/set-pull. This change to the annotation of setPull removes the word "digital" so that the link should work again
This commit is contained in:
parent
327d52014c
commit
298a37e576
@ -229,7 +229,7 @@ namespace pins {
|
|||||||
* @param name pin to set the pull mode on
|
* @param name pin to set the pull mode on
|
||||||
* @param pull one of the mbed pull configurations: PullUp, PullDown, PullNone
|
* @param pull one of the mbed pull configurations: PullUp, PullDown, PullNone
|
||||||
*/
|
*/
|
||||||
//% help=pins/digital-set-pull weight=3
|
//% help=pins/set-pull weight=3
|
||||||
//% blockId=device_set_pull block="set pull|pin %pin|to %pull"
|
//% blockId=device_set_pull block="set pull|pin %pin|to %pull"
|
||||||
void setPull(DigitalPin name, PinPullMode pull) {
|
void setPull(DigitalPin name, PinPullMode pull) {
|
||||||
PinMode m = pull == PinPullMode::PullDown
|
PinMode m = pull == PinPullMode::PullDown
|
||||||
|
Loading…
Reference in New Issue
Block a user