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
Creating a variable with the name "operator" creates problems because it is a keyword that can be used for operator overloading. There is no way to tell that "operator" is a keyword using the Arduino IDE.