Replies: 1 comment 1 reply
-
It's quite common for sensor drivers to not necessarily support trigger mode - this can come in a second stage, by you or someone else, or never :) As long as basic sensor functionality is there in polling mode, it should be good :) BTW, wondering if there is any common code that could be share with bh1750, possibly? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written a sensor driver for ambient light sensor bh1730, however my application does not use interrupts (and the ISR line of the sensor is not wired), meaning the code is not technically complete - some of the sensor functions are not implemented.
Can I contribute the code as it is now, or that's frowned upon?
Beta Was this translation helpful? Give feedback.
All reactions