Convert float to hexadecimal arduino

0

I would like to know how to convert a float variable into hexadecimal. I know that an int integer is done in the following way:

Serial.println(numeroEntero, HEX);

But for numbers with decimals and floating no idea, since I tried it and rounded down

Greetings and thanks in advance

    
asked by Antonio 12.04.2018 в 10:57
source

0 answers