Skip to content

Instantly share code, notes, and snippets.

View WIZARD-CXY's full-sized avatar
🐯
Focusing

Xingyu Chen WIZARD-CXY

🐯
Focusing
View GitHub Profile
@WIZARD-CXY
WIZARD-CXY / bb8.py
Created January 18, 2016 07:10 — forked from ali1234/bb8.py
Control Sphero BB-8 from Linux.
#!/usr/bin/env python
# BB-8 Python driver by Alistair Buxton <a.j.buxton@gmail.com>
from bluepy import btle
import time
class BB8(btle.DefaultDelegate):
def __init__(self, deviceAddress):