gobot.io/x/gobot/v2@v2.1.0/drivers/gpio/README.md (about) 1 # GPIO 2 3 This package provides drivers for [General Purpose Input/Output (GPIO)](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) 4 devices. It is normally used by connecting an adaptor such as [Raspberry Pi](https://gobot.io/documentation/platforms/raspi/) 5 that supports the needed interfaces for GPIO devices. 6 7 ## Getting Started 8 9 ## Installing 10 11 ```sh 12 go get -d -u gobot.io/x/gobot/v2/... 13 ``` 14 15 ## Hardware Support 16 17 Gobot has a extensible system for connecting to hardware devices. The following GPIO devices are currently supported: 18 19 - Button 20 - Buzzer 21 - Direct Pin 22 - Grove Button 23 - Grove Buzzer 24 - Grove LED 25 - Grove Magnetic Switch 26 - Grove Relay 27 - Grove Touch Sensor 28 - LED 29 - Makey Button 30 - Motor 31 - Proximity Infra Red (PIR) Motion Sensor 32 - Relay 33 - RGB LED 34 - Servo 35 - Stepper Motor 36 - TM1638 LED Controller 37 38 More drivers are coming soon...