Search found 3 matches

by musabaybek
Fri Nov 22, 2019 10:56 am
Forum: General Discussion
Topic: Combining projects?
Replies: 2
Views: 3514

Re: Combining projects?

Isn't there anyone to help?
by musabaybek
Sun Nov 17, 2019 8:46 am
Forum: General Discussion
Topic: Combining projects?
Replies: 2
Views: 3514

Combining projects?

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 DS130...
by musabaybek
Sat Oct 12, 2019 4:04 pm
Forum: Sample Code
Topic: [Video] ESP32 - DS1307 real time clock
Replies: 14
Views: 31258

Re: [Video] ESP32 - DS1307 real time clock

The code that is provided here https://github.com/nkolban/esp32-snippets/blob/master/hardware/rtc/ds1307.c does not have make file, however I tried to create one and also component.mk files. But I face some errors like; "fatal error: errorhandle_func.h: No such file or directory" I'm new to esp32 an...