We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: