fixing uarl docs
This commit is contained in:
@ -18,10 +18,9 @@ bluetooth.uartRead("");
|
||||
### Example: Starting the Bluetooth UART service and then reading data received from another device which is terminated by ":" character and then displaying it
|
||||
|
||||
```blocks
|
||||
let uart_data: string = "";
|
||||
let uart_data = "";
|
||||
let connected = 0;
|
||||
basic.showString("UART");
|
||||
bluetooth.startUartService();
|
||||
bluetooth.onBluetoothConnected(() => {
|
||||
basic.showString("C");
|
||||
connected = 1;
|
||||
|
Reference in New Issue
Block a user