I have Change my Circuit to the Following.
and update my code to
digitalWrite(LED1,1); //Check the Board is Word for LED
var outputs = [C6,C7,C8,C9];
digitalWrite(outputs[0],1); // output 1
digitalWrite(outputs[1],0); // output 2
digitalWrite(outputs[2],1); // output 3
digitalWrite(outputs[3],0); // output 4
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have Change my Circuit to the Following.
and update my code to
But the Gearmotor is still not working
1 Attachment