How to an ESP32 library and reuse it on other projects
Posted: Mon Sep 25, 2017 7:48 pm
Hi,
Currently, I build a library that can be used to configure the esp32 using wifi.
What I want to do is to consider this library as a separate project (e.g. in terms of git) and include it in other projects (since most of my projects need some way to configure the esp32.
My questions are twofold:
1) how can I build an esp32 library with esp-idf build system
2) how can I include the resulting library in another esp32 project.
Thanks.
-- Jaap
Currently, I build a library that can be used to configure the esp32 using wifi.
What I want to do is to consider this library as a separate project (e.g. in terms of git) and include it in other projects (since most of my projects need some way to configure the esp32.
My questions are twofold:
1) how can I build an esp32 library with esp-idf build system
2) how can I include the resulting library in another esp32 project.
Thanks.
-- Jaap