Hello.
I'm using Mango to store a 4 byte float in two registers in my slave device.
Now I want to get that float with another master device but I don't know how to do it.
For example, if I use mango to store 3.141592654 in my slave I get 16457 and 4059 in my master device, but... how can I calculate my float again in my master device?
My master device is a Chipkit Max32 and can be programmed using C++
Any answer?
Thank you very much.