Skip to content

Instantly share code, notes, and snippets.

@snoozesecurity
snoozesecurity / bb8.py
Last active December 29, 2015 23:26 — 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
import pygame
class BB8(btle.DefaultDelegate):