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.

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.

2 participants