GrovePi
GrovePi copied to clipboard
Go - Why mrmorphic/hwio?
trafficstars
Hello, why does the project use mrmorphic/hwio?
I have recently discovered hybridgroup/gobot, which seems more ergonomic and actively maintained. I will test it out in my own fork.
Support for the GrovePi+ running firmware 1.3.0 has been merged into the dev branch of Gobot here, thanks to @lucavallin for the initial inspiration.
https://github.com/hybridgroup/gobot/blob/dev/drivers/i2c/grovepi_driver.go
Examples of use here: https://github.com/hybridgroup/gobot/blob/dev/examples/raspi_grove_pi_blink.go https://github.com/hybridgroup/gobot/blob/dev/examples/raspi_grove_pi_rotary.go
Please give it try!