Skip to content

Instantly share code, notes, and snippets.

View mwvaughn's full-sized avatar
🎧

Matthew Vaughn mwvaughn

🎧
View GitHub Profile
@mwvaughn
mwvaughn / .hyperterm.js
Created July 16, 2017 13:44 — forked from marcbachmann/.hyperterm.js
hyperterm config
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12.5,
// font family with optional fallbacks
fontFamily: '"Meslo LG S for Powerline", Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color (hex)
cursorColor: 'rgba(255,255,255,.4)',
@mwvaughn
mwvaughn / bb8.py
Created October 27, 2015 03:12 — 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):