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
When I try compiling the example program CTBlink.ino to my arduino nano it works just fine. But, when I changed the board in Tools settings to Atting85 I get this error:
C:\Users\Userl\Documents\Arduino\libraries\CopyThreads\src\Cth.cpp: In function 'void loop()':
C:\Users\User\Documents\Arduino\libraries\CopyThreads\src\Cth.cpp:70:6: error: 'serialEventRun' was not declared in this scope
if (serialEventRun) serialEventRun();
^
exit status 1
Error compiling for board ATtiny25/45/85.
Is there any solution or bit of code that I can use to fix this issue?
The text was updated successfully, but these errors were encountered:
When I try compiling the example program CTBlink.ino to my arduino nano it works just fine. But, when I changed the board in Tools settings to Atting85 I get this error:
Is there any solution or bit of code that I can use to fix this issue?
The text was updated successfully, but these errors were encountered: