Explorar el Código

Opps, pinMode needed

dds
PaulStoffregen hace 9 años
padre
commit
b16472a1f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      examples/Tutorial/Part_1_05_Do_More_While_Playing/Part_1_05_Do_More_While_Playing.ino

+ 1
- 0
examples/Tutorial/Part_1_05_Do_More_While_Playing/Part_1_05_Do_More_While_Playing.ino Ver fichero

@@ -35,6 +35,7 @@ void setup() {
delay(500);
}
}
pinMode(13, OUTPUT); // LED on pin 13
pinMode(0, INPUT_PULLUP);
pinMode(2, INPUT_PULLUP);
delay(1000);

Cargando…
Cancelar
Guardar