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
Since Arduino code is assumed to be written (and compiled) in c++, the lack of 'extern “C”' in the *.h headers in the functions in the events directory causes Name Mangling which leads to compilation errors (inability to find the object when linking).