pxt-calliope/docs/reference/serial.md

9 lines
160 B
Markdown
Raw Normal View History

2016-04-16 01:36:31 +02:00
# Serial
[Serial communication](/device/serial) between the BBC micro:bit and another computer.
```cards
serial.writeLine("");
serial.writeValue("x", 0);
```