Skip to content

Conversation

@semininja
Copy link
Contributor

Several example files incorrectly import adafruit_pcf8523 and do rtc = adafruit_pcf8523.PCF8523(I2C) when they should from adafruit_pcf8523.pcf8523 import PCF8523 and rtc = PCF8523(I2C). This PR corrects these imports and makes no other changes. I don't own the various bits of hardware necessary to test these examples, but my changes here should have no other impact.

@caternuson
Copy link
Contributor

Thanks. These LGTM in terms of syntax. As an additional reference, these updates are consistent with what was done in this similar PR:
#2722

@dhalbert dhalbert merged commit c1c2897 into adafruit:main Feb 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants