Rewrote one Serial topic; shifted some material

This commit is contained in:
Ron Hale-Evans
2016-07-08 15:29:14 -07:00
parent af91622dda
commit 8751d2aaa1
3 changed files with 30 additions and 17 deletions

View File

@ -11,7 +11,7 @@ serial.writeLine("");
* `line` is the [string](/reference/types/string) to write to the serial port
### Example
### Example: simple serial
This program writes the word `BOFFO` to the serial port repeatedly.
@ -47,4 +47,5 @@ basic.forever(() => {
### See also
[serial](/device/serial),
[serial write number](/reference/serial/write-number),
[serial write value](/reference/serial/write-value)