Added serial->write numbers to support CSV data generation (#699)

* support for serial write numbers

* moving down the list

* formatting

* fixing example typo
This commit is contained in:
Peli de Halleux
2018-03-08 08:33:02 -08:00
committed by GitHub
parent 71e68481ca
commit 29de28a738
9 changed files with 69 additions and 10 deletions

View File

@ -101,7 +101,7 @@ namespace serial {
* Sends a piece of text through Serial connection.
*/
//% help=serial/write-string
//% weight=87
//% weight=87 blockGap=8
//% blockId=serial_writestring block="serial|write string %text"
void writeString(StringData *text) {
if (!text) return;