|
Post by hobie1978 on May 4, 2017 8:59:13 GMT
I have a question about declaring variables within the LMU storage. I've read how to declare int's etc (like uint8_t). But how do I declare floats or double's outside of the normal loops (LMU and Core mem)?
Johan.
|
|
|
Post by Admin on May 4, 2017 9:07:00 GMT
Hi,
floats are declared in exactly same way as any other variable. There are no special steps to take. Please note that at the moment doubles are not supported but we will add this soon. doubles are just compiled as float.
|
|
|
Post by hobie1978 on May 4, 2017 10:02:53 GMT
Thanks, I will give it a try tonight or later this week. I'm a bit busy with other projects as well.
|
|