Skip to content

Conversation

@ysoldak
Copy link
Contributor

@ysoldak ysoldak commented Dec 21, 2025

Depends on #827

This may help someone to jump-start their use of drivers package on RPi.
Possible now, as almost any driver can be made machine-independent.

)

func main() {
if err := go_rpio.Open(); err != nil {
Copy link
Contributor Author

@ysoldak ysoldak Dec 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably don't want to go as far as hiding even this (do automatically) in the rpio package.
Leaving full control to user, rpio package is just a convenience wrapper implementing our interfaces.

@amken3d
Copy link
Contributor

amken3d commented Jan 12, 2026

Yuri, if you are interested in extending the support to RPi5 then you may want to take a look at https://github.com/amken3d/GoRPI5. I had worked on it a year ago and totally forgot about it till now. I just made it public.

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