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

Problem using the ESP32 and suggested solution! #50

Open
LEDFACIL opened this issue Mar 6, 2024 · 0 comments
Open

Problem using the ESP32 and suggested solution! #50

LEDFACIL opened this issue Mar 6, 2024 · 0 comments

Comments

@LEDFACIL
Copy link

LEDFACIL commented Mar 6, 2024

To make it work on my ESP32 Devkit I had to add 2 lines in the "TFMPI2C.h" headers file:

#define PIN_WIRE_SDA 21
#define PIN_WIRE_SCL 22

Those are the I2C pins of the ESP32-WROOM-32 that I use in my devkit.

I think perhaps the ideal would be to clarify something or leave it ready to complete in the library.
Greetings from Chile!

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

1 participant