Page 1 of 1

Combining projects?

Posted: Sun Nov 17, 2019 8:46 am
by musabaybek
Hi. I'm new on Esp32 world as well as the coding world. So, maybe my question is so easy for you guys.
I'm working on 2 different projects and want to combine them and build 1 project.
For example; I have example codes for printing some info on ILI9341 screen and I have example codes for using DS1307 time module. I need to combine them and print the time info which is stored in DS1307, on ILI9341 screen. Both projects have different Makefiles, Components, etc. How to do that? Thanks in advance guys...

Re: Combining projects?

Posted: Fri Nov 22, 2019 10:56 am
by musabaybek
Isn't there anyone to help?

Re: Combining projects?

Posted: Mon Nov 25, 2019 2:24 am
by ESP_Sprite
Well, what do you want us to answer? It's mostly just busywork: copying and if needed merging the components and looking at the Makefiles and merging them. There's no particular magic involved.