1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
2014-06-13 12:39:02 -07:00
..
2014-04-29 13:20:32 -07:00
2014-06-13 12:39:02 -07:00
2014-06-13 12:39:02 -07:00
2014-06-11 11:37:20 -07:00
2014-06-13 12:39:02 -07:00
2014-06-11 17:41:04 -07:00
2014-06-13 12:39:02 -07:00
2014-06-11 17:41:04 -07:00
2014-04-29 13:20:32 -07:00
2014-06-13 12:39:02 -07:00
2014-06-11 17:41:04 -07:00
2014-06-09 19:01:53 -07:00
2014-06-13 12:39:02 -07:00
2014-06-11 17:41:04 -07:00
2014-04-29 13:20:32 -07:00
2014-06-06 16:58:58 -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 github.com/hybridgroup/gobot && go install github.com/hybridgroup/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...