1cf59fd2c0
Signed-off-by: deadprogram <ron@hybridgroup.com> |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
aio.go | ||
analog_sensor_driver.go | ||
analog_sensor_driver_test.go | ||
doc.go | ||
grove_drivers.go | ||
grove_drivers_test.go | ||
grove_temperature_sensor_driver.go | ||
grove_temperature_sensor_driver_test.go | ||
helpers_test.go |
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...