mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
convert ble service to saga
This commit is contained in:
committed by
David Lechner
parent
f3425e2f0f
commit
bda007c17a
@@ -0,0 +1,9 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020 The Pybricks Authors
|
||||
// File: protocols/pybricks.ts
|
||||
// Definitions related to the Pybricks Bluetooth low energy GATT service.
|
||||
|
||||
// Protocol details have not been defined yet.
|
||||
|
||||
/** Pybricks Service UUID. */
|
||||
export const ServiceUUID = 'c5f50001-8280-46da-89f4-6d8051e4aeef';
|
||||
Reference in New Issue
Block a user