mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-26 13:48:49 +08:00
12 lines
243 B
Go
12 lines
243 B
Go
/*
|
|
Package aio provides Gobot drivers for Analog Input/Output devices.
|
|
|
|
Installing:
|
|
|
|
go get -d -u gobot.io/x/gobot/...
|
|
|
|
For further information refer to gpio README:
|
|
https://gobot.io/x/gobot/blob/master/platforms/aio/README.md
|
|
*/
|
|
package aio
|