adafruit / Adafruit_CircuitPython_DS3231

Adafruit CircuitPython drivers for the DS3231 realtime clock.
MIT License
21 stars 19 forks source link

SimpleTest does not run on the nRF52840 Express or Particle Argon #16

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

The error I get in mu is:

code.py output:
Traceback (most recent call last):
  File "code.py", line 43, in <module>
AttributeError: 'BCDDateTimeRegister' object has no attribute 'tm_wday'
makermelissa commented 5 years ago

I think I may know what the issue is that I'm seeing. I suspect it's in Adafruit_CircuitPython_Register and that the chipset is returning a different time signature than the M4 Express. So time to dive into it at the byte level and possibly move this issue to the appropriate place.

makermelissa commented 5 years ago

This error is due to non-implemented functionality in circuitpython. Closing because this is the wrong place. I already opened https://github.com/adafruit/circuitpython/issues/1561 to address this.