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

feat: Arduino core version macros #13

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

shadow578
Copy link
Owner

the current version of the arduino core can be accessed using the ARDUINO_CORE_MAJOR, ARDUINO_CORE_MINOR, and ARDUINO_CORE_PATCH macros.
Additionally, the helper macros GET_VERSION_INT(major, minor, patch) and ARDUINO_CORE_VERSION_INT are available in core_util.h.

@shadow578 shadow578 merged commit d7d8c5d into main Mar 1, 2024
@shadow578 shadow578 deleted the add/core-version-check branch March 1, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant