pxt-calliope/docs/reference/serial.md
2016-04-15 16:36:31 -07:00

160 B

Serial

Serial communication between the BBC micro:bit and another computer.

serial.writeLine("");
serial.writeValue("x", 0);