Diferencia entre revisiones de «lowByte()»
De ArduWiki
(→Vea también) |
(→Parámetros) |
||
Línea 8: | Línea 8: | ||
== Parámetros == | == Parámetros == | ||
− | ;variable: variable a evaluar que ser tipo [[int]], [long], [[float]], [[unsigned int]] o [[unsigned long]]. | + | ;variable: variable a evaluar que ser tipo [[int]], [[long]], [[float]], [[unsigned int]] o [[unsigned long]]. |
== Retornos == | == Retornos == |
Revisión del 23:12 13 may 2019
Contenido
Descripción
Extrae el byte de orden inferior (más a la derecha) de una variable (por ejemplo, una palabra).
Sintaxis
lowByte(variable);
Parámetros
- variable
- variable a evaluar que ser tipo int, long, float, unsigned int o unsigned long.
Retornos
Retorna byte.
Advertencias
Nada.
Ejemplo
Vea también
- bit()
- bitClear()
- bitRead()
- bitSet()
- bitWrite()
- highByte()
- shiftIn()
- shiftOut()
- bitshiftleft - <<
- bitshiftright - >>