Diferencia entre revisiones de «highByte()»

De ArduWiki
Saltar a: navegación, buscar
(Vea también)
Línea 27: Línea 27:
 
* [[bitWrite()]]
 
* [[bitWrite()]]
 
* [[lowByte()]]
 
* [[lowByte()]]
 +
* [[shiftIn()]]
 +
* [[shiftOut()]]
  
 
== Referencias ==
 
== Referencias ==

Revisión del 12:57 27 jul 2018

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.

Ejemplo


Vea también

Referencias