GrovePi icon indicating copy to clipboard operation
GrovePi copied to clipboard

Go - Why mrmorphic/hwio?

Open lucavallin opened this issue 7 years ago • 1 comments
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.

lucavallin avatar Nov 28 '17 14:11 lucavallin

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!

deadprogram avatar Aug 15 '18 09:08 deadprogram