updated docs

This commit is contained in:
Peli de Halleux
2016-05-05 11:16:14 -07:00
parent efce4c3698
commit 81b8b1b69c
10 changed files with 90 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# Serial
[Serial communication](/device/serial) between the BBC micro:bit and another computer.
Reading and writing data over a serial connection.
```cards
serial.writeValue(x, 0);
serial.writeLine("");
serial.writeValue("x", 0);
```