mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-01 13:48:57 +08:00
12 lines
591 B
Go
12 lines
591 B
Go
/*
|
|
This package provides drivers for General Purpose Input/Output (GPIO) (https://en.wikipedia.org/wiki/General_Purpose_Input/Output) devices . It is normally not used directly, but instead is registered by an adaptor such as firmata (https://github.com/hybridgroup/gobot/platforms/firmata) that supports the needed interfaces for GPIO devices.
|
|
|
|
Installing:
|
|
|
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/gpio
|
|
|
|
For further information refer to gpio README:
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/gpio/README.md
|
|
*/
|
|
package gpio
|