UNPKG

pxt-maker

Version:
16 lines (12 loc) 198 B
# Console Sends the console output to the serial and says hello forever ```blocks serial.attachToConsole() forever(function () { console.log("hello") pause(500) }) ``` ```package serial ```