Skip to content
New issue

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

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

Already on GitHub? # to your account

iisues with #include <esp_private/periph_ctrl.h> #11

Open
Kether180 opened this issue Feb 22, 2024 · 3 comments
Open

iisues with #include <esp_private/periph_ctrl.h> #11

Kether180 opened this issue Feb 22, 2024 · 3 comments

Comments

@Kether180
Copy link

#include <esp_private/periph_ctrl.h> it seems that this part of the library is not included.

@pierremolinaro
Copy link
Owner

pierremolinaro commented Feb 23, 2024 via email

@hagre
Copy link

hagre commented Oct 2, 2024

To compile in Platformio with:

[env:esp32dev]
platform = espressif32 @ 6.9.0
board = esp32dev

and

lib_deps =

  • inaro/ACAN_ESP32 @ ^2.0.1

you need to use <driver/periph_ctrl.h> for "normal" ESP32 boards!!!

//#include <esp_private/periph_ctrl.h> // For ESP32 board manager
#include <driver/periph_ctrl.h> // For M5Stack board manager

@rstevens81
Copy link

espressif32 @ 6.9.0

am i wrong in that 6.9.0 is still arduino 2, therefore libray should be 1.1.2?

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

No branches or pull requests

4 participants