Hi,
After using this library, the ESP32 TTGO T-Display screen stopped working. Even installing another sketch without this library, the screen did not work again. Sketch that the screen worked before testing this library the screen does not work.
TTGO T-Display: https://github.com/Xinyuan-LilyGO/TTGO-T-Display
I used:
#include <GP2Y1010AU0F.h>
int measurePin = 26;
int ledPin = 27;
On the serial monitor I have the sensor reading.
I don't know what happened !!!
I need help!!!
Hi,
After using this library, the ESP32 TTGO T-Display screen stopped working. Even installing another sketch without this library, the screen did not work again. Sketch that the screen worked before testing this library the screen does not work.
TTGO T-Display: https://github.com/Xinyuan-LilyGO/TTGO-T-Display
I used:
#include <GP2Y1010AU0F.h>
int measurePin = 26;
int ledPin = 27;
On the serial monitor I have the sensor reading.
I don't know what happened !!!
I need help!!!