added serial docs

This commit is contained in:
Peli de Halleux
2016-04-15 16:36:31 -07:00
parent d7c3f1b50a
commit 67c5f0612a
6 changed files with 150 additions and 11 deletions

8
docs/reference/serial.md Normal file
View File

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