Skip to content

Commit e1fe420

Browse files
Rename writeUart with uartWrite (#54)
1 parent dc51d00 commit e1fe420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bluetooth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export interface MicrobitWebBluetoothConnection
136136
*
137137
* @param data UART message.
138138
*/
139-
writeUART(data: Uint8Array): Promise<void>;
139+
uartWrite(data: Uint8Array): Promise<void>;
140140
}
141141

142142
/**

0 commit comments

Comments
 (0)