highByte()
De ArduWiki
Contenido
Descripción
Extrae el byte de orden superior o el segundo byte más bajo de un tipo de datos más grande.
Sintaxis
highByte(variable);
Parámetros
- variable
- variable a evaluar que deberá ser int, long, float, unsigned int o unsigned long
Retornos
Retorna byte mas significativo.
Advertencias
Nada.