-->
Page 3 of 3

Re: V1.04/ESP-01: I2C, first tests

PostPosted: Mon Nov 02, 2015 5:48 pm
by matherp
This is just a standard INT function. Convert a FLOAT to an INT

Truncate a number to a whole number by eliminating the decimal point and
all characters to the right of the decimal point.
For example 9.89 will return 9 and -2.11 will return -2.

Re: V1.04/ESP-01: I2C, first tests

PostPosted: Mon Nov 02, 2015 7:02 pm
by Mmiscool
int() function added.
:D

Keep em coming. Keeps getting better with every build.