|
Others/Hardware/Arduino-ESP32
Arduino: view float with 2 commas
|
15.04.2020 1146
|
Problem:
in an Arduino
calculation of a float variable (flow number, comma value), the result is
always calculated without decimal places
The calculation
varFloat=1000 myFloat1 always yields 0 00
Solution:
In the case of
calculation o
|