I'm just starting with B4R with ESP32, trying to set up a project I have working in Arduino.
My project has the ino file and includes other files I have written, buffer.c and buffer.h
If I leave those files in the project directory and leave the #includes in the code pasted from the ino file into my B4R file, all sorts of compilation errors occur.
I tried putting them in Shared Modules but that didn't work. I am struggling to find a guide as to how to arrange things in a b4r project, can anyone point me in the right direction?
My project has the ino file and includes other files I have written, buffer.c and buffer.h
If I leave those files in the project directory and leave the #includes in the code pasted from the ino file into my B4R file, all sorts of compilation errors occur.
I tried putting them in Shared Modules but that didn't work. I am struggling to find a guide as to how to arrange things in a b4r project, can anyone point me in the right direction?