Servo
Provides an interface for making servos easy to work and interact with from Gobot.
API ReferenceHow To Connect
Install the package with: go get gobot.io/x/gobot
For Arduino:
// code here
...
How To Use
This example moves a servo from a random angle.
Example
// code here