Skip to content

Instantly share code, notes, and snippets.

@WasylF
WasylF / bb8.py
Created September 13, 2016 10:11 — forked from ali1234/bb8.py
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):