added serial docs
This commit is contained in:
8
docs/reference/serial.md
Normal file
8
docs/reference/serial.md
Normal 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);
|
||||
```
|
Reference in New Issue
Block a user