Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Arduino API 1.5.0 #2126

Closed
wants to merge 3 commits into from
Closed

Update to Arduino API 1.5.0 #2126

wants to merge 3 commits into from

Conversation

earlephilhower
Copy link
Owner

No description provided.

@earlephilhower
Copy link
Owner Author

Looks like there are examples in the IDE itself with errors with the latest 1.5.0 API. Will sit on this one a bit...

/home/runner/arduino_ide/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino: In function 'void loop()':
/home/runner/arduino_ide/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino:69:26: error: invalid conversion from 'int' to 'PinStatus' [-fpermissive]
   69 |     digitalWrite(ledPin, ledState);
      |                          ^~~~~~~~
      |                          |
      |                          int

@earlephilhower earlephilhower added the wontfix This will not be worked on label Apr 26, 2024
@earlephilhower
Copy link
Owner Author

Quick check shows the warning seen here isn't in the 2.2.x IDE, so it's something they've fixed. We do CI w/1.x so therein lies the rub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant