Skip to content

Instantly share code, notes, and snippets.

@Anden
Anden / lh.py
Last active June 12, 2020 15:47 — forked from prefiks/lh.py
#!/usr/bin/python3
from bluepy import btle
import sys
class DiscoLH(btle.DefaultDelegate):
def __init__(self):
self.devices = []
btle.DefaultDelegate.__init__(self)