-
Notifications
You must be signed in to change notification settings - Fork 159
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 Support for Sunxi Linux Boards #100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the module! The Sunxi stuff all looks good to me.
However, I'm apprehensive about merging the BME280 module, since it seems to me like code that should exist in its own external package specifically for the BME280 as opposed to something the pi-mqtt-gpio
project should be supporting. Having done a quick search, would it be possible to use a library such as https://github.com/pimoroni/bme280-python instead?
Hi flyte. I've followed your advise and and I change bme280 module using this library: Fabio |
Changes were made as requested - can't compelte it on behalf of flyte ;-)
I've added support for boards that use Sunxi Linux like some Olimex and Cubieboard.
I've tested only GPIO on Cubieboard2 (armbian 5.8)