Hey guys,
im trying to connect my Arduino with an API but im stuck.
I tried to install ArduinoBearSSL with Arduino Yun Rev 2 but i got following error:
i tried asking ChatGPT
The error message shows two candidates for the requestFrom
function from the Wire library:
uint8_t TwoWire::requestFrom(uint8_t, uint8_t, uint8_t)
uint8_t TwoWire::requestFrom(int, int, int)
now im should search for a missing file "common_inc.h" but im stuck. I even tried the crys_common & crys_common_error file.
Help appreciated
All Love
3 posts - 2 participants