Hi,
Anyone know if there are any docs on variable types, e.g. float, int, word etc? I initially thought that C docs would be close enough, but it seems that's not the case.
I suppose this is a +1 for a manual! Or at least something on the wiki?
I was specifically looking for docs on 'word' as I'm not sure if a word should be getting truncated to 0 when assigned to a float.
For example:
correctly displays the sensor value, however
does not...