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
Hi, I just don't have the time right now to maintain it. I want to continue it in the future but currently I am busy.
You need to use the data type PinStatus I think it was instead of unsigned int for LOW/HIGH. I think in default Arduino it is a bit different where it uses a number, but I haven't got the opportunity to make it compatible for both.
simple code like:
unsigned ledState = HIGH;
digitalWrite(ledPin, ledState);
causes error: invalid conversion from 'unsigned int' to 'PinStatus' [-fpermissive]
The text was updated successfully, but these errors were encountered: