inserting macros instead of hard coded board names
This commit is contained in:
@ -22,7 +22,7 @@ pins.servoSetPulse(AnalogPin.P0, 1000)
|
||||
|
||||
### See also
|
||||
|
||||
[BBC micro:bit pins](/device/pins),
|
||||
[@boardname@ pins](/device/pins),
|
||||
[on pin pressed](/reference/input/on-pin-pressed),
|
||||
[analog read pin](/reference/pins/analog-read-pin),
|
||||
[digital read pin](/reference/pins/digital-read-pin),
|
||||
|
@ -44,5 +44,5 @@ pins.servoWritePin(AnalogPin.P0, 0)
|
||||
|
||||
### See also
|
||||
|
||||
[BBC micro:bit pins](/device/pins), [servo set pulse](/reference/pins/servo-set-pulse)
|
||||
[@boardname@ pins](/device/pins), [servo set pulse](/reference/pins/servo-set-pulse)
|
||||
|
||||
|
@ -29,4 +29,4 @@ pins.setPull(DigitalPin.P0, PinPullMode.PullUp);
|
||||
|
||||
### See also
|
||||
|
||||
[BBC micro:bit | mbed](https://developer.mbed.org/platforms/Microbit/)
|
||||
[@boardname@ | mbed](https://developer.mbed.org/platforms/Microbit/)
|
||||
|
Reference in New Issue
Block a user