hybridgroup.gobot/platforms/gpio
Adrian Zankich abc1f0b201 Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
..
LICENSE WIP project restructure 2014-04-29 13:20:32 -07:00
README.md Fix platform paths 2014-07-06 14:17:10 -05:00
analog_sensor_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
analog_sensor_driver_test.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
button_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
button_driver_test.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
direct_pin_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
direct_pin_driver_test.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
doc.go Update docs 2014-10-28 14:52:59 -07:00
led_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
led_driver_test.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
makey_button_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
motor_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
motor_driver_test.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
servo_driver.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
servo_driver_test.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
test_helper.go Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -08:00
utils.go Fix beaglebone black issues 2014-06-06 16:58:58 -07:00

README.md

GPIO

This package provides drivers for General Purpose Input/Output (GPIO) devices . It is normally not used directly, but instead is registered by an adaptor such as firmata that supports the needed interfaces for GPIO devices.

Getting Started

Installing

go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/gpio

Hardware Support

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

  • Analog Sensor
  • Button
  • Direct Pin
  • LED
  • Makey Button
  • Motor
  • Servo

More drivers are coming soon...