mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
Makes for much less scrolling/jumping around. https://redux.js.org/style-guide/style-guide#structure-files-as-feature-folders-or-ducks
10 lines
298 B
TypeScript
10 lines
298 B
TypeScript
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2020 The Pybricks Authors
|
|
//
|
|
// 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';
|