Diferencia entre revisiones de «INPUT / OUTPUT / INPUT PULLUP»
De ArduWiki
(→Parámetros) |
(→Parámetros) |
||
Línea 7: | Línea 7: | ||
== Parámetros == | == Parámetros == | ||
− | ;pin: numero del pin digital (0~13 + 14~19) | + | ;pin: numero del pin digital (0~13 + 14~19). Puedes definir el numero de pin como [[const]] [[byte]]. |
;tipo: puede ser INPUT / OUTPUT / INPUT_PULLUP | ;tipo: puede ser INPUT / OUTPUT / INPUT_PULLUP | ||
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). Puedes definir el numero de pin como const byte.
- tipo
- puede ser INPUT / OUTPUT / INPUT_PULLUP
Advertencias
- Nota que INPUT, OUTPUT y INPUT_PULLUP se deben escribir en mayusculas.