Page 1 of 1

Programming ULP coprocessor using C macros on Arduino IDE

Posted: Mon May 11, 2020 12:52 pm
by rossati
Hi
I inserted an example of creation via macro C ++ a program on ULP but the type ulp_insn_t Isn't recognized.
I think this for lack of appropriate include.
If this is correct what is the source to include?
Thanks
Giovanni Rossati

Re: Programming ULP coprocessor using C macros on Arduino IDE

Posted: Mon May 11, 2020 2:37 pm
by boarchuz
"esp32/ulp.h"

Re: Programming ULP coprocessor using C macros on Arduino IDE

Posted: Mon May 11, 2020 3:58 pm
by rossati
Thanks.