Diferencia entre revisiones de «char()»
De ArduWiki
(→Vea también) |
|||
Línea 23: | Línea 23: | ||
* [[float()]] | * [[float()]] | ||
* [[toInt()]] | * [[toInt()]] | ||
+ | * [[word()]] | ||
* [[getBytes()]] | * [[getBytes()]] | ||
Revisión del 16:39 22 jun 2018
Descripción
Convierte un valor a un dato tipo char.
Sintaxis
char(variable);
Retorna
Retorna un char.
Advertencias
Nada.