Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add compability with espressif framework #290

Open
lightshadown opened this issue Aug 22, 2023 · 1 comment
Open

add compability with espressif framework #290

lightshadown opened this issue Aug 22, 2023 · 1 comment

Comments

@lightshadown
Copy link

Board: feather esp32 V2 + adalogger eps32
framework: espressif 5.3
Vscode +platformio

Hi, i just got a new board feather esp32 v2 and manage to make it work using the official espressif framework for motor and other stuff, but when i try to use the adalogger rtc im unable to use it under this kind of framework, it allways keep refering me to arduino.h wich i dont have, also did try to follow several issues about mixing arduino and espressif frameworks, and they seems to conflic and are no longer capable to build anything, theres anyway to use this library with the espressif framework without relying on arduino framework? thank you

@BenUniqcode
Copy link

This is an Arduino library. When programming the ESP32 in PlatformIO you can choose either the ESP-IDF framework or the Arduino framework. This library will only work with the Arduino framework, as it depends on other Arduino libraries like Wire. It would need to be completely rewritten to use ESP-IDF so that's not going to happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants