-
Notifications
You must be signed in to change notification settings - Fork 2
Not initing on ESP32-S2 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@caternuson I verify the code vs the post in the forum, maybe when they post the solution they meant self._reset_bit = False If not the code looks exactly the same, so not sure what they did. Thanks |
I did some tests, this are my findings. Findings
My biggest concern removing the
|
Fixed by #13 Adafruit CircuitPython 7.1.0-beta.1 on 2021-11-30; Adafruit Feather ESP32S2 with ESP32S2
>>> import board
>>> import adafruit_ltr390
>>> ltr = adafruit_ltr390.LTR390(board.I2C())
>>> ltr.light
509
>>> ltr.light
2
>>> |
bless |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some discussion and possible solution here:
https://forums.adafruit.com/viewtopic.php?f=60&t=178596
Can demonstrate issue by simply trying to setup an LTR:
Sanity check with QT Py M0:
The text was updated successfully, but these errors were encountered: