2016-12-20 13:25:22 +01:00
|
|
|
# AIO
|
|
|
|
|
2023-05-20 14:25:21 +02:00
|
|
|
This package provides drivers for [Analog Input/Output (AIO)](https://en.wikipedia.org/wiki/Analog-to-digital_converter)
|
|
|
|
devices. It is normally used by connecting an adaptor such as [BeagleBone](https://gobot.io/documentation/platforms/beaglebone/)
|
|
|
|
that supports the needed interfaces for analog devices.
|
2016-12-20 13:25:22 +01:00
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
## Installing
|
2023-05-20 14:25:21 +02:00
|
|
|
|
|
|
|
```sh
|
|
|
|
go get -d -u gobot.io/x/gobot/v2/...
|
2016-12-20 13:25:22 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Hardware Support
|
2023-05-20 14:25:21 +02:00
|
|
|
|
2016-12-20 13:25:22 +01:00
|
|
|
Gobot has a extensible system for connecting to hardware devices. The following AIO devices are currently supported:
|
2023-05-20 14:25:21 +02:00
|
|
|
|
|
|
|
- Analog Sensor
|
|
|
|
- Analog Actuator
|
|
|
|
- Grove Light Sensor
|
|
|
|
- Grove Rotary Dial
|
|
|
|
- Grove Sound Sensor
|
|
|
|
- Grove Temperature Sensor
|
|
|
|
- Temperature Sensor (supports linear and NTC thermistor in normal and inverse mode)
|
2016-12-20 13:25:22 +01:00
|
|
|
|
|
|
|
More drivers are coming soon...
|