Diferencia entre revisiones de «lowByte()»

De ArduWiki
Saltar a: navegación, buscar
(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 19:12 13 may 2019

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

Referencias