2016-12-20 20:25:22 +08:00
|
|
|
/*
|
|
|
|
Package aio provides Gobot drivers for Analog Input/Output devices.
|
|
|
|
|
|
|
|
Installing:
|
|
|
|
|
2023-06-05 00:36:55 +08:00
|
|
|
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
|
2016-12-20 20:25:22 +08:00
|
|
|
|
2016-12-21 17:56:25 +08:00
|
|
|
For further information refer to aio README:
|
2024-02-13 22:58:31 +08:00
|
|
|
https://github.com/hybridgroup/gobot/blob/release/platforms/aio/README.md
|
2016-12-20 20:25:22 +08:00
|
|
|
*/
|
2023-05-20 20:25:21 +08:00
|
|
|
package aio // import "gobot.io/x/gobot/v2/drivers/aio"
|