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