Hi everyone!
Help me, please! I've tried some calculations using a float data type and i've been getting a big truncation error.
e.g:
float a=5, b=2000, c;
c=a/b;
Serial.println(c);
actually, this calculation returns zero as result
but i need more precision (0.0025 as result XD)
I'm using Arduino Uno and Arduino IDE 1.5.5