1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-02 22:17:12 +08:00
deadprogram b06f8bae38 Revert "Increase button delay hack for test suite"
This reverts commit fe221a963346150f1b90315808bdcc5fc5d658b6.
2016-02-17 12:25:15 -08:00
..
2015-07-15 16:46:40 -07:00
2015-07-03 19:01:39 -07:00
2015-07-08 09:29:36 -07:00
2014-04-29 13:20:32 -07:00
2014-12-24 13:03:08 -08:00
2015-07-03 19:01:39 -07:00

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 -d -u 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...