adafruit / Adafruit_CircuitPython_Register

Python data descriptor classes to represent hardware registers on I2C devices.
MIT License
52 stars 24 forks source link

https://github.com/adafruit/Adafruit_CircuitPython_PCF8523/issues/2 #14

Closed apatt closed 6 years ago

apatt commented 6 years ago

Made secondly and minutely raise an error when seconds are not available. Also raise a more human readable error if the frequency passed in is not known, ie someone tried to pass in fooly

tannewt commented 6 years ago

Thank you for this!