Skip to content

Instantly share code, notes, and snippets.

View LordHandLee's full-sized avatar

Ethan Lee LordHandLee

View GitHub Profile
@liftoff
liftoff / shiftreg.py
Created November 21, 2014 02:07
Raspberry Pi Shift Register control module - It's super fast and can automatically invert the bits for you
#!/usr/bin/env python
"""
shiftreg.py
Shift register control module. Provides the :class:`Shiftter` class which
makes it easy to control shift registers.
.. note::