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
It is a good practice to keep global variables small
Free resources as soon as your work is done
Avoid large globals or static variables in embedded programming unless necessary
The text was updated successfully, but these errors were encountered:
It is a good practice to keep global variables small
Free resources as soon as your work is done
Avoid large globals or static variables in embedded programming unless necessary
The text was updated successfully, but these errors were encountered: