diff options
| author | Francesco Gazzetta <fgaz@fgaz.me> | 2021-11-24 19:06:08 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2021-12-26 21:25:07 (GMT) |
| commit | b8a50db03c1f7655b846c59d6903e27d54bd82ae (patch) | |
| tree | 16744731ecde42a03e228cc0b940499a5723f67f /wasp/boards/sphinx/ble.py | |
| parent | 5c714ea075c638b37576939403a6727e60ee752e (diff) | |
Add DisaBLE app that disables bluetooth
Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
Diffstat (limited to 'wasp/boards/sphinx/ble.py')
| -rw-r--r-- | wasp/boards/sphinx/ble.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/ble.py b/wasp/boards/sphinx/ble.py new file mode 100644 index 0000000..e3d7ce2 --- /dev/null +++ b/wasp/boards/sphinx/ble.py @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2021 Francesco Gazzetta + +class enable(): + pass + +class disable(): + pass + +class enabled(): + pass |
