Search found 1 match

by jonathan_golioth
Thu Dec 22, 2022 11:52 pm
Forum: ESP32 Arduino
Topic: How to build Arduino Library from Component
Replies: 0
Views: 815

How to build Arduino Library from Component

We have an ESP-IDF component that we would like to make available to Arduino users. During my research I found https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html which I believe is a tool intended for that purpose. However, I'm unclear how to use it even after reviewing the...