gobot.io/x/gobot@v1.16.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) devices. It is normally used by connecting an adaptor such as [firmata](https://gobot.io/x/gobot/platforms/firmata) that supports the needed interfaces for analog devices.
     4  
     5  ## Getting Started
     6  
     7  ## Installing
     8  ```
     9  go get -d -u gobot.io/x/gobot/...
    10  ```
    11  
    12  ## Hardware Support
    13  Gobot has a extensible system for connecting to hardware devices. The following AIO devices are currently supported:
    14    - Analog Sensor
    15    - Analog Actuator
    16    - Grove Light Sensor
    17    - Grove Rotary Dial
    18    - Grove Sound Sensor
    19    - Grove Temperature Sensor
    20    - Temperature Sensor (supports linear and NTC thermistor in normal and inverse mode)
    21  
    22  More drivers are coming soon...