-
Notifications
You must be signed in to change notification settings - Fork 50
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
add sen6x, derived from sen5x driver #675
base: main
Are you sure you want to change the base?
add sen6x, derived from sen5x driver #675
Conversation
I'm technically off and Brents around next week so added him too. Thanks for the rapid driver PR. The component should appear in the new components dialog (listed as in-development with associated warnings) if you Refresh any open IO page. |
not entirely sure why some checks fail, code compiles for my raspi pico w and appears to work also via adafruit io... it's getting late here, so i'll have another look tomorrow. |
This appears to be the error (include header for sen66 not found) /home/runner/Arduino/libraries/Adafruit_Wippersnapper_Arduino/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SEN6X.h:21:10: fatal error: SensirionI2CSen66.h: No such file or directory The example row in log expands and then keep pressing end/page-down while it loads examples ardu build log |
@tyeth Buids are failing for Arduino SAMD21 boards due to being out of flash space. I am in favor of temporarily removing these boards from our build pipeline until we finalize WipperSnapper with the new API, v2. The new API's goal is to reduce the size of this firmware, it might fit! So, I'd like to see if the final version of the API will reduce code space enough to support SAMD21. If it doesn't fit, we'll drop this platform in favor of SAMD51 which has plenty of room. @MartinEbnerSensirion Would you mind if we hold this PR until after the holidays (Xmas + New Years) when Tyeth and I are both back to discuss it together? The contents of it have been reviewed and approved by both of us but we may have to remove a platform. |
Thanks Brent, that sounds good, people can use the CI assets for now anyway |
coooool :) |
sure, happy holidays! |
No description provided.