MalcolmBoura

Results 5 comments of MalcolmBoura

Looks like that part of the expression is being evaluated in an int16_t context in which case the previous two statements may have the same problem which will result in...

I would like to see a rather different approach. Rather than a single executable from multiple .ino files, create a separate executable from each .ino file. That way a library...

Actually, the page is correct. I think ThemoteoVarela meant to write "as small as 3.4028235E-38". However the page is incorrect to say that float has a better resolution than integer...

A few points: 1. Should mention including the stdint.h header file and extern wrapper. cstdint should be provided but last time I tried to include it I got a file...

It has occurred to me that the conversion from the literal constant to float in order to carry out the comparison may result in a value a few hundred lower...