Makey Button
Inspired by the awesome MakeyMakey, this GPIO driver allows you to connect a 10 MOhm resistor to a digital pin on your Arduino to control your robots with bananas, clay, or drawable circuitry. For more information click here.
API ReferenceHow To Connect
Install the package with: go get gobot.io/x/gobot
For Arduino:
// code here
...
How To Use
This example detects when a button has been pushed, it turns on and off a LED
// code here