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

cant compile for esp32 wemos lolin 32 board in arduino ide using expressif 2.0.0 version(arduino core) in board manager #6

Open
abhinmajix opened this issue May 19, 2022 · 1 comment

Comments

@abhinmajix
Copy link

cant compile for esp32 wemos lolin 32 board in arduino ide using expressif 2.0.0 version(arduino core) in board manager and shoing this error when comping the inbuilt potentiometr example

Arduino: 1.8.19 (Windows 10), Board: "WEMOS LOLIN32, 80MHz, Default, 240MHz (WiFi/BT), 921600"

C:\Users\ABI\Documents\Arduino\libraries\SBWire-master\src\utility\twi.c:27:10: fatal error: avr/io.h: No such file or directory

#include <avr/io.h>

      ^~~~~~~~~~

compilation terminated.

exit status 1

Error compiling for board WEMOS LOLIN32.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

@freespace
Copy link
Owner

This library is intended for AVR targets not ESP32 targets.

It may be possible to port it, but I do not currently have the time to do so.

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