hybridgroup.gobot/drivers/gpio/doc.go

12 lines
305 B
Go
Raw Normal View History

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