This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
error al copilar
#1
me aparece "exit status 1

Error compilando para la tarjeta Arduino Uno."
no se como resolverlo, este es el codigo de programacion 
# define verde 2 // DESIGNAMOS UNA VARIABLE A LOS PINES RESPECTIVOS
# define amarillo 3
# define rojo 4
void setuo()  {
  pinMode (verde, OUTPUT); 
  pinMode (amarillo, OUTPUT);
  pinMode (rojo, OUTPUT);
}

void loop ()   {
     // ::::::::::: ROJO ::::::::::
  digitalWrite (rojo, true);
  delay (5000);
     digitalWrite (rojo, false);
   
     // ::::::::::: AMARILLO ::::::::::
  digitalWrite (amarillo, true);
  delay (5000);
      digitalWrite (amarillo, false);
      
    // ::::::::::: VERDE ::::::::::      
    digitalWrite (verde, true);
  delay (5000);
    digitalWrite (verde, false);   
}

si alguien me puede ayudar se lo agradezco.
  Responder
#2
Hola, en void setup pone setuo.

Enviado desde mi Redmi 8 mediante Tapatalk
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
Exclamación DUDA Error al copilar sofia.aleman 6 1,956 14-06-2020, 03:27 AM
Último mensaje: asesorplaza1