Skip to content

Instantly share code, notes, and snippets.

@tcaddy
tcaddy / bluetoothctl.py
Created July 2, 2024 01:00 — forked from castis/bluetoothctl.py
Bluetoothctl wrapper in Python
# Based on ReachView code from Egor Fedorov (egor.fedorov@emlid.com)
# Updated for Python 3.6.8 on a Raspberry Pi
import time
import pexpect
import subprocess
import sys
import logging