1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00

12 lines
311 B
Go
Raw Normal View History

2014-10-21 13:36:42 -05:00
/*
2014-10-28 14:52:59 -07:00
Package gpio provides Gobot drivers for General Purpose Input/Output devices.
2014-10-21 13:36:42 -05:00
Installing:
go get -d -u gobot.io/x/gobot/v2
2014-10-21 13:36:42 -05:00
For further information refer to gpio README:
https://github.com/hybridgroup/gobot/blob/master/platforms/gpio/README.md
2014-10-21 13:36:42 -05:00
*/
package gpio // import "gobot.io/x/gobot/v2/drivers/gpio"