Perhaps the OP is looking for Firmata?
Since the compiler essentially optimizes away all the functions that are not used, you need to write code that uses each of them or the functions won’t be in the Arduino.
if you take a pointer to the function and the pointer can be used then the function won't be optimized away.
Wouldn't one need to list all the functions to take their pointers?
yes - all the ones you will want to have the textual representation for to build the interpreted language
(anyway, not really an interesting idea as many expressed here, so I don't plan to pursue this thread.)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.