Concatenating and compiling multiple source files in ESP IDF CMAKE? (Similar to arduino tabs)
Posted: Fri May 06, 2022 4:59 pm
I'm trying to split my code to multiple files for the sake of code clarity and ease of debugging since I notices I'm scrolling too much ,trying to achieve it like with arduino tabs as this guys explains here: https://www.youtube.com/watch?v=HtYlQXt14zU
does anybody know how to do it or if it's possible without creating header files and using #include,lib.h> for the other source files?
does anybody know how to do it or if it's possible without creating header files and using #include,lib.h> for the other source files?