Skip to content

Instantly share code, notes, and snippets.

View steveclifton's full-sized avatar

Steve steveclifton

  • Realestate.co.nz
  • Auckland
View GitHub Profile
import smbus
import sys
import time
from ctypes import c_short
from ctypes import c_byte
from ctypes import c_ubyte
if len(sys.argv) == 2:
DEVICE = int(sys.argv[1],16)
else: