UNPKG

pxt-common-packages

Version:
4 lines 95 B
for(let i = 0; i < 100; ++i) { pause(500) console.log(`light=${input.lightLevel()}`); }