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

Replace boolean type by bool #259

Merged
merged 1 commit into from
May 14, 2022
Merged

Conversation

edgar-bonet
Copy link
Contributor

The boolean type is being phased out by the Arduino team in favor of the standard bool type. According to the Arduino documentation of boolean:

It’s recommended to instead use the standard type bool, which is identical.

This pull request replaces every occurrence of boolean by bool.

The Arduino-specific `boolean' type is being phased out. Use the
standard `bool' type instead.
Copy link
Member

@ladyada ladyada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank u!

@ladyada ladyada merged commit 49af244 into adafruit:master May 14, 2022
@edgar-bonet edgar-bonet deleted the use-bool branch May 14, 2022 17:29
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.

2 participants