-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
This afternoon I successfully finished a port of the combo: i2cdevice-python and rv3028-python for use with a RPi Pico mounted on a Pimoroni 'pico explorer pack' on which also stacked a rv3028 breakout.
The only problem left is the fact that there occurs the following error in i2cdevice/__init__.py file, line 174 (class Device.__init__()).
self.__dict__[register.name] = _RegisterProxy(self, register)
For the moment I put this line 'out of service' by commenting it out. For the normal get/set date and time functions this 'being out of service' of this line looks not to create problems. However: this line was there for a reason, isn't it?
Any advice is welcome!
matteius
Metadata
Metadata
Assignees
Labels
No labels