-
Notifications
You must be signed in to change notification settings - Fork 7
Expose serial number & device type properties #21
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
Conversation
please check the suggestions, also run pylint and black :) |
Thanks, I've pushed the return & formatting changes |
please check CI and the guide until you get a green check - then tag me for a final review :) |
Routines taken from Chris Balmer's Si7021 MicroPython driver.
Thanks for the tips @ladyada CI has passed now! |
@imgrant awesome, can you tell me what hardware you used to test? |
An Adafruit Si7021 breakout board (the older generation, without STEMMA QT/Qwic connectors), and a Raspberry Pi (3B) |
kk im not going to test with hardware cause it looks OK to me, we'll see if anyone has issues! |
Tested on PyPortal with Stemma QT version of Si7021, looks good. |
thank you @anecdata! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk to 0.3.0 from 0.2.3: > Merge pull request adafruit/Adafruit_CircuitPython_Nunchuk#20 from caternuson/i2c_speedup > Merge pull request adafruit/Adafruit_CircuitPython_Nunchuk#14 from caternuson/iss13 Updating https://github.com/adafruit/Adafruit_CircuitPython_SI7021 to v3.3.0 from 3.2.3: > Merge pull request adafruit/Adafruit_CircuitPython_SI7021#21 from imgrant/serial_number Updating https://github.com/adafruit/Adafruit_CircuitPython_PIOASM to 0.1.1 from 0.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#2 from ryang14/patch-1
Routines taken from Chris Balmer's Si7021 MicroPython driver.