Posts by Joel Machado • 1 point
1 post
-
0
votes0
answers19
viewsQ: Arduin build error
my code on the Arduino void setup() { // put your setup code here, to run once: int pinoMotor = 11; int pinoBotao = 12; int on = 0; int estadoBotao; pinMode(pinoMotor, OUTPUT); pinMode(pinoBotao,…