gobot.io/x/gobot/v2@v2.1.0/drivers/aio/README.md (about)

     1  # AIO
     2  
     3  This package provides drivers for [Analog Input/Output (AIO)](https://en.wikipedia.org/wiki/Analog-to-digital_converter)
     4  devices. It is normally used by connecting an adaptor such as [BeagleBone](https://gobot.io/documentation/platforms/beaglebone/)
     5  that supports the needed interfaces for analog devices.
     6  
     7  ## Getting Started
     8  
     9  ## Installing
    10  
    11  ```sh
    12  go get -d -u gobot.io/x/gobot/v2/...
    13  ```
    14  
    15  ## Hardware Support
    16  
    17  Gobot has a extensible system for connecting to hardware devices. The following AIO devices are currently supported:
    18  
    19  - Analog Sensor
    20  - Analog Actuator
    21  - Grove Light Sensor
    22  - Grove Rotary Dial
    23  - Grove Sound Sensor
    24  - Grove Temperature Sensor
    25  - Temperature Sensor (supports linear and NTC thermistor in normal and inverse mode)
    26  
    27  More drivers are coming soon...