Skip to content

Commit

Permalink
fix: ⚡ Se quito una tonteria
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxyCTG21 committed Jul 13, 2021
1 parent 446b354 commit 9c15542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ int PUL = 9; //Definimos el pulsador en el pin 9 fisico
int dpul = 0; //Definimos valor inicial al pulsador
int numerador = 0; //Definimos una variable de contador
int valorpul = 0; //Difinemos una variable de posición del pulsador
int soyelmejor = 0;

void setup() {
pinMode(LED1, OUTPUT); //Definimos el led1 como salida
Expand Down

0 comments on commit 9c15542

Please sign in to comment.