3
Derwaan
7y

Using float in a simple structure for a network project running on Contiki. I was trying to print this structure for debug purpose and I noticed that all my float don't show up 😦

After some Googling, I ended-up on a mailing list saying that float and double are not useable in Contiki 😒

I get that double is too large (8bytes) but seriously a float is just 4bytes!

Well for now our floating numbers are just integer 😌

Comments
Add Comment