Diferencia entre revisiones de «lowByte()»
De ArduWiki
(→Referencias) |
(→Vea también) |
||
Línea 21: | Línea 21: | ||
== Vea también == | == Vea también == | ||
− | + | <categorytree mode=all>Funciones bit y byte</categorytree> | |
− | |||
− | |||
− | |||
− | |||
− | |||
* [[shiftIn()]] | * [[shiftIn()]] | ||
* [[shiftOut()]] | * [[shiftOut()]] |
Revisión del 23:54 11 jun 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
- shiftIn()
- shiftOut()
- bitshiftleft - <<
- bitshiftright - >>