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

Merged
merged 12 commits into from
Jul 11, 2024
Merged

Add Support for Sunxi Linux Boards #100

merged 12 commits into from
Jul 11, 2024

Conversation

fabys77
Copy link
Contributor

@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
flyte
flyte previously requested changes May 24, 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
Contributor 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
@BenjiU BenjiU self-assigned this Jul 9, 2024
@BenjiU BenjiU dismissed flyte’s stale review July 9, 2024 18:57

Changes were made as requested - can't compelte it on behalf of flyte ;-)

@BenjiU BenjiU merged commit 8c5ecec into flyte:develop Jul 11, 2024
5 checks passed
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.

3 participants