-
Notifications
You must be signed in to change notification settings - Fork 23
Small compilation warning with I2C patched file #26
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
Comments
Please ignore this issue |
@rrobinet are you running patch-1 or stickbreaker-Busy-Glitch? Patch-1 is just the espressif main arduino branch with a hardware reset of the i2c peripherals. stickbreaker-Busy-Glitch is the current version of my interrupt driven library. Busy-Glitch is what I would recommend. Chuck. |
Chuck, |
I understand. I'm currently working with 3 different versions of arduino-esp32. I have wasted too much time modifying the 'wrong' one! Chuck |
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------------- Remove above -----------------------------
Hardware:
Board: ESP32 WEMOS LOLIN32 WROOM
Core Installation/update date: 11/jan/2017 (last version from Github
IDE name: Arduino IDE
Flash Frequency: ?40Mhz?
Upload Speed: ?115200?
Hi stickbreaker,
I have a small issue while compiling your I2C patched version, and I could't find the exact reason.
May be this warning can be corrected but I don't know how:
The message is the following:
... /hardware/espressif/esp32/cores/esp32/esp32-hal-i2c.c: In function 'i2cDumpDqData':
.../hardware/espressif/esp32/cores/esp32/esp32-hal-i2c.c:603:1: warning: implicit declaration of function 'log_n' [-Wimplicit-function-declaration]
log_n("Enable Core Debug Level "Error"");
Can you explain this.
Thanks in avance
Robert
The text was updated successfully, but these errors were encountered: