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
@ali1234
ali1234 / bb8.py
Created October 17, 2015 15:47
Control Sphero BB-8 from Linux.
#!/usr/bin/env python
# BB-8 Python driver by Alistair Buxton <[email protected]>
from bluepy import btle
import time
class BB8(btle.DefaultDelegate):
def __init__(self, deviceAddress):