Which package to use for using GPIOs on Raspberry Pi?

user2725228 picture user2725228 · Aug 29, 2013 · Viewed 9.6k times · Source

How can I read the temperature sensor values on GPIO of a Raspberry Pi using the go language?

Please, anyone help me out.

Thanks in advance.

Answer

Gustavo Niemeyer picture Gustavo Niemeyer · Aug 29, 2013

Check out Dave Cheney's package:

There's a classical blink example there.