Skip to content

Support Arduino Binary Radix B #113

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

Merged
merged 1 commit into from
Feb 6, 2020
Merged

Conversation

oclyke
Copy link
Contributor

@oclyke oclyke commented Jan 17, 2020

As documented by Arduino and brought up in issue #106 entities that look like B[01]{0,8} (in regex syntax) should be interpreted as their binary 8-bit (max) value.

By searching the Arduino SAMD core (1.6.20) I discovered Arduino's little secret - this is taken care of with a gazillion macros...

Well we don't judge - we just conform to the expected behavior.

@oclyke oclyke changed the title support Arduino binary radix B Support Arduino binary radix B Jan 17, 2020
@oclyke oclyke changed the title Support Arduino binary radix B Support Arduino Binary Radix B Jan 17, 2020
@oclyke
Copy link
Contributor Author

oclyke commented Feb 6, 2020

Going to merge this since it is expected Arduino behavior. That way it can go out with the next version (lots of merged PRs)

@oclyke oclyke merged commit 277564d into master Feb 6, 2020
@oclyke oclyke deleted the support-arduino-binary-radix-B branch February 6, 2020 17:53
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.

1 participant