Yes, it works, but the servo is very noisy and has a lot of jitter. There's definitely...
AHA!. g_ServoOut.update(); should be : g_ServoOut.update(true); Working ok now, thanks...
Yes, I should have said that Serial debugging showed no output. The cause of that...
Thanks for that. I've started with a straight output = input test, but I'm getting...
That's great, many thanks for such a quick and comprehensive reply. I assume the...
Hi, This library looks great, thanks. I think I understand ServoIn and ServoOut examples...