Skip to content

Instantly share code, notes, and snippets.

View wyojustin's full-sized avatar

Justin Shaw wyojustin

View GitHub Profile
## For raspberry pi Model B
## edit DS3231.py
### was (Model A version)
class DS3231:
def __init__(self):
self.ds3231 = Adafruit_I2C(DS3231_I2C_ADDR)
### change to new Model B version
class DS3231: