Diferencia entre revisiones de «INPUT / OUTPUT / INPUT PULLUP»
De ArduWiki
(→Advertencias) |
(→Parámetros) |
||
Línea 8: | Línea 8: | ||
== Parámetros == | == Parámetros == | ||
;pin: numero del pin digital (0~13 + 14~19) | ;pin: numero del pin digital (0~13 + 14~19) | ||
− | ;tipo: puede ser INPUT / OUTPUT / | + | ;tipo: puede ser INPUT / OUTPUT / INPUT_PULLUP |
== Advertencias == | == Advertencias == |
Revisión del 19:11 2 jul 2018
Contenido
Descripción
Sintaxis
pinMode[pin, tipo];
Parámetros
- pin
- numero del pin digital (0~13 + 14~19)
- tipo
- puede ser INPUT / OUTPUT / INPUT_PULLUP
Advertencias
- Nota que INPUT, OUTPUT y INPUT_PULLUP se deben escribir en mayusculas.