updated pxt
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
"bluetooth.uartReadBuffer": "Reads buffered UART data into a buffer",
|
||||
"bluetooth.uartReadUntil": "Reads from the Bluetooth UART service buffer, returning its contents when the specified delimiter character is encountered.",
|
||||
"bluetooth.uartWriteBuffer": "Sends a buffer of data via Bluetooth UART",
|
||||
"bluetooth.uartWriteLine": "Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device.",
|
||||
"bluetooth.uartWriteNumber": "Prints a numeric value to the serial",
|
||||
"bluetooth.uartWriteString": "Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device.",
|
||||
"bluetooth.uartWriteValue": "Writes a ``name: value`` pair line to the serial.",
|
||||
|
Reference in New Issue
Block a user