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

* core(build): CLI removed * adjust install instructions in doc and README * fix master_test and remove useless/duplicated tests examples_test.go
12 lines
362 B
Go
12 lines
362 B
Go
/*
|
|
Package aio provides Gobot drivers for Analog Input/Output devices.
|
|
|
|
Installing:
|
|
|
|
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
|
|
|
|
For further information refer to aio README:
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/aio/README.md
|
|
*/
|
|
package aio // import "gobot.io/x/gobot/v2/drivers/aio"
|