(07-13-2017, 01:14 PM)casmiguefl Wrote: I'm finding it impossible to work with GPIO and wanted to connect a small servo motor to the Pine64 in order to control it.
In this particular case I want to set 2 particular degrees depending on a variable.
With an Arduino, this is basic: Servo.attach(#controlpin); Servo.write(#angle);
Any tutorials around on how to do it here?
Take a look in Marcus' thread history, he has posted a lot about GPIO, etc.