Hi.
Can ESP32 use ESP-IDF code and Arduino code at the same time? (same file)
Search found 4 matches
- Mon Mar 23, 2020 1:45 am
- Forum: ESP32 Arduino
- Topic: Mixing ESP-IDF code and Arduino code
- Replies: 1
- Views: 2851
- Wed Dec 25, 2019 1:55 pm
- Forum: General Discussion
- Topic: How to use Arduino library while using Arduino as ESP-IDF component.
- Replies: 5
- Views: 6166
Re: How to use Arduino library while using Arduino as ESP-IDF component.
This problem was solved by using another library.
- Sat Dec 21, 2019 3:05 pm
- Forum: General Discussion
- Topic: How to use Arduino library while using Arduino as ESP-IDF component.
- Replies: 5
- Views: 6166
Re: How to use Arduino library while using Arduino as ESP-IDF component.
Thank you for the reply, chegewara.
I read the post and downgraded esp-idf.
However it didn't go well.
I don't know about build system.
I don't know even whether GNU make or C make, too.
If you have time, please tell me more.
I read the post and downgraded esp-idf.
However it didn't go well.
I don't know about build system.
I don't know even whether GNU make or C make, too.
If you have time, please tell me more.
- Thu Dec 19, 2019 2:00 pm
- Forum: General Discussion
- Topic: How to use Arduino library while using Arduino as ESP-IDF component.
- Replies: 5
- Views: 6166
How to use Arduino library while using Arduino as ESP-IDF component.
Hello. This is my first post and I am not good at speaking English. Please excuse. Well, I want to use Arduino library while using Arduino as ESP-IDF component. I want to use Adafruit-Fingerprint-Sensor-Library( https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library ) I added the file(Adafr...