Motor
Provides motor manipulation tools for gobot like on/off, speed modulation using PWM,use of bidirectional motors using forward/backward pins.
API ReferenceHow To Connect
Install the library with: go get gobot.io/x/gobot
// code here
...
How To Use
This example turns on a DC motor using PWM.
// code here