maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.1k stars 168 forks source link

Question: arduino as esp-idf component #212

Open kiralikbeyin opened 1 year ago

kiralikbeyin commented 1 year ago

I've been trying to add arduino as esp-idf component to your repo https://github.com/maximkulkin/esp-homekit-demo for 4 days. I was hoping to add a few simple arduino libraries.

Is this impossible? https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html

maximkulkin commented 1 year ago

In general, you can not do that without modifying the Arduino library code. Those libraries usually depend on Arduino-specific APIs that are not available in ESP-IDF