adding stubs for bluetooth functions
This commit is contained in:
parent
dbaf406703
commit
b7da28285e
@ -135,5 +135,21 @@ namespace pxsim.bluetooth {
|
||||
export function startButtonService(): void {
|
||||
// TODO
|
||||
}
|
||||
export function startUartService(): void {
|
||||
// TODO
|
||||
}
|
||||
export function uartWrite(s : string): void {
|
||||
// TODO
|
||||
}
|
||||
export function uartRead(): string {
|
||||
// TODO
|
||||
return ""
|
||||
}
|
||||
export function onBluetoothConnected(a : RefAction) {
|
||||
// TODO
|
||||
}
|
||||
export function onBluetoothDisconnected(a : RefAction) {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user