hybridgroup.gobot/drivers/gpio
deadprogram c186638973 aio: separate analog drivers from gpio drivers
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-20 13:25:22 +01:00
..
LICENSE
README.md
button_driver.go
button_driver_test.go
buzzer_driver.go
direct_pin_driver.go
direct_pin_driver_test.go
doc.go
gpio.go
grove_drivers.go
grove_drivers_test.go
helpers_test.go
led_driver.go
led_driver_test.go
makey_button_driver.go
makey_button_driver_test.go
motor_driver.go
motor_driver_test.go
pir_motion_driver.go
pir_motion_driver_test.go
relay_driver.go
relay_driver_test.go
rgb_led_driver.go
rgb_led_driver_test.go
servo_driver.go
servo_driver_test.go

README.md

GPIO

This package provides drivers for General Purpose Input/Output (GPIO) devices. It is normally used by connecting an adaptor such as firmata that supports the needed interfaces for GPIO 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 GPIO devices are currently supported:

  • Button
  • Buzzer
  • Direct Pin
  • Grove Button
  • Grove Buzzer
  • Grove LED
  • Grove Magnetic Switch
  • Grove Relay
  • Grove Touch Sensor
  • LED
  • Makey Button
  • Motor
  • Proximity Infra Red (PIR) Motion Sensor
  • Relay
  • RGB LED
  • Servo

More drivers are coming soon...