hybridgroup.gobot/drivers/aio
Ron Evans 7ca9db598f docs: update copyright date to 2018
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2018-02-14 08:24:39 +01:00
..
LICENSE docs: update copyright date to 2018 2018-02-14 08:24:39 +01:00
README.md docs: move AIO drivers into separate section of README 2016-12-20 13:47:41 +01:00
aio.go aio: only need to support AnalogReader interface 2017-04-15 18:40:41 +02:00
analog_sensor_driver.go aio: ensure that AnalogSensor event Data is always int 2017-04-30 09:59:00 +02:00
analog_sensor_driver_test.go aio: avoid race condition on starting test 2017-05-03 10:53:40 +02:00
doc.go docs: correct AIO README link 2016-12-21 10:56:25 +01:00
grove_drivers.go aio: separate analog drivers from gpio drivers 2016-12-20 13:25:22 +01:00
grove_drivers_test.go aio: eliminate race conditions introduced by tests 2017-04-02 17:55:49 +02:00
grove_temperature_sensor_driver.go aio: use new improved default namer to avoid API conflicts 2017-02-02 15:32:37 +01:00
grove_temperature_sensor_driver_test.go aio: adjust test timeouts 2017-04-21 11:03:28 +02:00
helpers_test.go aio: eliminate race conditions introduced by tests 2017-04-02 17:55:49 +02:00

README.md

AIO

This package provides drivers for Analog Input/Output (AIO) devices. It is normally used by connecting an adaptor such as firmata that supports the needed interfaces for analog devices.

Getting Started

Installing

go get -d -u gobot.io/x/gobot/...

Hardware Support

Gobot has a extensible system for connecting to hardware devices. The following AIO devices are currently supported:

  • Analog Sensor
  • Grove Light Sensor
  • Grove Rotary Dial
  • Grove Sound Sensor
  • Grove Temperature Sensor

More drivers are coming soon...