Finishing fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 15:51:28 -07:00
parent ad6ef04b1f
commit 534e3723d2
10 changed files with 20 additions and 20 deletions

View File

@ -10,8 +10,8 @@ pins.onPulsed(DigitalPin.P0, PulseValue.High, () => { });
### Parameters
* ``pin``: The micro:bit hardware pin to configure (``P0`` through ``P20``)
* ``pulsed``: Which state will cause the associated block to execute (**High** or **Low**)
* ``name``: The micro:bit hardware pin to configure (``P0`` through ``P20``)
* ``pulse``: Which state will cause the associated block to execute (**High** or **Low**)
### Example