microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)

Home Page:https://makecode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the function "pins.pulseIn" will result in error code 914

LOBOT-ROBOT opened this issue · comments

image
`let data = pins.pulseIn(DigitalPin.P0, PulseValue.High)
basic.forever(function () {

})`
When the above code downloaded to microbit, a 914 error occurs.