Merge pull request #173 from gingemonster/master

fixing more help broken links
This commit is contained in:
Peli de Halleux
2016-07-21 11:10:55 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@ -159,7 +159,7 @@ namespace pins {
/**
* Gets the duration of the last pulse in micro-seconds. This function should be called from a ``onPulsed`` handler.
*/
//% help=pins/pulse-micros
//% help=pins/pulse-duration
//% blockId=pins_pulse_duration block="pulse duration (µs)"
//% weight=21
int pulseDuration() {