Diferencia entre revisiones de «lowByte()»
De ArduWiki
(→Vea también) |
(→Vea también) |
||
Línea 22: | Línea 22: | ||
== Vea también == | == Vea también == | ||
<categorytree mode=all>Funciones bit y byte</categorytree> | <categorytree mode=all>Funciones bit y byte</categorytree> | ||
+ | <categorytree mode=all>Operadores bit y byte</categorytree> | ||
* [[bitshift left]] - <nowiki>(<<)</nowiki> | * [[bitshift left]] - <nowiki>(<<)</nowiki> | ||
* [[bitshift right]] - <nowiki>(>>)</nowiki> | * [[bitshift right]] - <nowiki>(>>)</nowiki> |
Revisión del 22:57 14 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
no se ha encontrado nada
- bitshift left - (<<)
- bitshift right - (>>)