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
While compiling the SW for the ESP32S3 there is an error message:
/home/builder/Arduino/libraries/sparkfun_minimoto_1_1_0/src/SparkFunMiniMoto.cpp: In constructor 'MiniMoto::MiniMoto(byte)':
/home/builder/Arduino/libraries/sparkfun_minimoto_1_1_0/src/SparkFunMiniMoto.cpp:29:3: error: 'TWBR' was not declared in this scope
TWBR = 72;
^~~~
The text was updated successfully, but these errors were encountered:
While compiling the SW for the ESP32S3 there is an error message:
/home/builder/Arduino/libraries/sparkfun_minimoto_1_1_0/src/SparkFunMiniMoto.cpp: In constructor 'MiniMoto::MiniMoto(byte)':
/home/builder/Arduino/libraries/sparkfun_minimoto_1_1_0/src/SparkFunMiniMoto.cpp:29:3: error: 'TWBR' was not declared in this scope
TWBR = 72;
^~~~
The text was updated successfully, but these errors were encountered: