hybridgroup.gobot/drivers/gpio/README.md

32 lines
820 B
Markdown
Raw Normal View History

2014-06-10 10:01:53 +08:00
# GPIO
This package provides drivers for [General Purpose Input/Output (GPIO)](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) devices. It is normally used by connecting an adaptor such as [firmata](https://gobot.io/x/gobot/platforms/firmata) that supports the needed interfaces for GPIO devices.
## Getting Started
2014-06-10 10:01:53 +08:00
## Installing
```
go get -d -u gobot.io/x/gobot/...
```
2014-06-10 10:01:53 +08:00
## Hardware Support
Gobot has a extensible system for connecting to hardware devices. The following GPIO devices are currently supported:
- Button
- Buzzer
2014-06-10 10:01:53 +08:00
- Direct Pin
- Grove Button
- Grove Buzzer
- Grove LED
- Grove Magnetic Switch
- Grove Relay
- Grove Touch Sensor
- LED
2014-06-10 10:01:53 +08:00
- Makey Button
- Motor
- Proximity Infra Red (PIR) Motion Sensor
- Relay
- RGB LED
- Servo
More drivers are coming soon...