updating to latest pxt

This commit is contained in:
Peli de Halleux
2017-11-09 10:24:12 -08:00
parent 387ad763f8
commit 170e6b700b
4 changed files with 9 additions and 8 deletions

View File

@ -30,7 +30,7 @@
"control.waitMicros|block": "wait (µs)%micros",
"control|block": "control",
"loops.forever|block": "forever",
"loops.pause|block": "pause %ms=timePicker|ms",
"loops.pause|block": "pause %pause=timePicker|ms",
"loops.timePicker|block": "%ms",
"loops|block": "loops",
"parseInt|block": "parse to integer %text",