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
Hi, very interesting library.
Tried on Arduino IDE 2.2.1:
Compiled on Arduino UNO = Works
Compiled on DIGISPARK ATTINY85 = Not compile I have the following error:
...\libraries\RBD_Threshold\RBD_Threshold.cpp.o: In function RBD::Threshold::Threshold(int)': ...\libraries\RBD_Threshold\src/RBD_Threshold.cpp:12: undefined reference to operator new[](unsigned int)'
I am not so advanced in C++ and I can't understand the error.
Where am I wrong ?
Help appreciated.
Many thanks
The text was updated successfully, but these errors were encountered:
Hi, very interesting library.
Tried on Arduino IDE 2.2.1:
...\libraries\RBD_Threshold\RBD_Threshold.cpp.o: In function
RBD::Threshold::Threshold(int)': ...\libraries\RBD_Threshold\src/RBD_Threshold.cpp:12: undefined reference to
operator new[](unsigned int)'I am not so advanced in C++ and I can't understand the error.
Where am I wrong ?
Help appreciated.
Many thanks
The text was updated successfully, but these errors were encountered: