support for serial read/write buffer (#384)

This commit is contained in:
Peli de Halleux
2017-04-21 09:02:29 -07:00
committed by GitHub
parent 43bad888dc
commit 17c1abe86a
5 changed files with 76 additions and 1 deletions

View File

@ -0,0 +1,11 @@
# Serial Write Buffer
Write a buffer to the [serial](/device/serial) port.
```sig
serial.writeBuffer(pins.createBuffer(0));
```
### Parameters
* `buffer` is the buffer to write to the serial port