pimoroni / rv3028-python

Python library for the RV3028 Real Time Clock
MIT License
10 stars 8 forks source link

Ported to new i2cdevice API, bugfixes #7

Closed Gadgetoid closed 5 years ago

Gadgetoid commented 5 years ago

Details here - https://github.com/pimoroni/i2cdevice-python/pull/3

Have also tidied up ths bindings- combining some individual registers into i2cdevice virtual registers for automatic bit twiddling- so this will need some thorough testing.

TODO: Check I haven't horribly broken the byte order of the above combined >8bit regs.