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
|