You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into some issues with the libraries that the SoftI2cMaster_ calls out in this library. The #include <util/delay.h> causes issues when compiling the scripts on platformio as its not a recognized libary available to the ESP32. But when this is used in the arduino IDE environment it will fully compile.
removing the #include <util/delay.h> and changing the _delay_us() to delayMicroseconds() helps for some of the issues, but further issues arise when calling out Uint8_t on the LCD. I am wondering if this issue has been addressed or encounterd by other using this library?
The text was updated successfully, but these errors were encountered:
I am running into some issues with the libraries that the SoftI2cMaster_ calls out in this library. The #include <util/delay.h> causes issues when compiling the scripts on platformio as its not a recognized libary available to the ESP32. But when this is used in the arduino IDE environment it will fully compile.
removing the #include <util/delay.h> and changing the _delay_us() to delayMicroseconds() helps for some of the issues, but further issues arise when calling out Uint8_t on the LCD. I am wondering if this issue has been addressed or encounterd by other using this library?
The text was updated successfully, but these errors were encountered: