Skip to content

Instantly share code, notes, and snippets.

View waylonflinn's full-sized avatar

Waylon Flinn waylonflinn

View GitHub Profile
@waylonflinn
waylonflinn / camping-oklahoma.md
Last active April 15, 2018 00:00
Camping Spots in Oklahoma

New (and Unimproved?)

Lake Murray / Ardmore

South on I-35, 2 hours

  • Ski Jump Campground (unimproved), $14 / night

info | map

@waylonflinn
waylonflinn / lh.py
Last active December 20, 2020 21:06 — forked from prefiks/lh.py
Valve Index Lighthouse Control Script for Linux (Might Work on Windows Too)
#!/usr/bin/python3
# Usage:
#lh.py on
#lh.py off
# with no arguments, state will be toggled (off -> on, on -> off)
#lh.py
from bluepy import btle
import sys