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
.ino still needed, though. But no setup() or loop()! And standard C++ everywhere.
.ino must still have same name as directory, and cpp file containing the code must have a different name, also must not be main.cpp. Arduino libraries included anywhere must appear in .ino file too.
We should try to avoid .ino files (apart from short test cases) as those are not standard C++ compliant.
The text was updated successfully, but these errors were encountered: