I wondering if hard coding each value using a smart name for lookup might be possible. Estimating around 320 unique definitions. Might this be possible without choking the inline C compiler?
Is there an online reference regarding compiler limitations?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sun 2018.08.26
As it appears that basic math trig functions are not available using inline C either,
http://forum.espruino.com/comments/14387611/
I am attempting to build SOH CAH TOA in static lookup tables. With the limitations on array handling
http://www.espruino.com/InlineC
I wondering if hard coding each value using a smart name for lookup might be possible. Estimating around 320 unique definitions. Might this be possible without choking the inline C compiler?
Is there an online reference regarding compiler limitations?