-
Notifications
You must be signed in to change notification settings - Fork 35
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
ESP32 support or examples #24
Comments
Similar issues appeared when ESP8266 was introduced. I do own an ESP32, so I will check it. |
I resolved this by installing the library "PciManager". |
The same problem, pls check |
any updates? |
does not compile on Arduino MKR Zero In file included from C:\Users\nyogev\AppData\Local\arduino15\packages\arduino\hardware\samd\1.8.13\cores\arduino/Arduino.h:51:0, exit status 1 Compilation error: exit status 1 |
Can you identify a reason for me that this library won't work on an ESP32? It was difficult to get the ESP32 boards to even show in the Arduino IDE, and now that they do, your useful library doesn't seem to work for it. Esp recommends that ESP32 devices be programmed in their environment, which must be why they make them so hard to access in the Arduino IDE.
Can you enlighten me as to why I am getting my failure, please?
Everything was okay until...
C:\Users\debrucer\Documents\Arduino\libraries\SoftTimer\src\Debouncer.h:32:25: fatal error: PciListener.h: No such file or directory
compilation terminated.
Using library SoftTimer at version 3.1.3 in folder: C:\Users\debrucer\Documents\Arduino\libraries\SoftTimer
exit status 1
Error compiling for board ESP32 Dev Module.
The text was updated successfully, but these errors were encountered: