I´m running this board for a while with 3 servos, but when i wanted to add 4th one, I discovered none of the rest pins are working for it. I even tried it with the simplest code:
#include <Servo.h>
Servo servo;
void setup() {servo.attach(D3);}
void loop() {servo.write(180);}
Anyone help?