Skip to content
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

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Conversation

fabys77
Copy link

@fabys77 fabys77 commented May 3, 2020

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)

@fabys77 fabys77 changed the title Add Support for Sunxi Linux Boad Add Support for Sunxi Linux Boards May 3, 2020
Copy link
Owner

@flyte flyte left a 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?

pi_mqtt_gpio/modules/bme280.py Outdated Show resolved Hide resolved
pi_mqtt_gpio/modules/bme280.py Outdated Show resolved Hide resolved
@fabys77
Copy link
Author

fabys77 commented Jun 2, 2020

Hi flyte. I've followed your advise and and I change bme280 module using this library:
https://pypi.org/project/RPi.bme280/
Previous implementation was very buggy.
Regards.

Fabio

Base automatically changed from develop to v0.x March 7, 2021 17:06
@BenjiU BenjiU changed the base branch from v0.x to develop June 4, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants