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

Ignore gpio comments and add default value checks. #541

Closed
wants to merge 6 commits into from

Conversation

d-m-bailey
Copy link
Contributor

Requires constants in the 13'hxxxx format.
Ignores contants with hex values greater than 13 bits.
Standardizes hex constants in file names to lower case.

Created files will have lower case hexadecimal digits.
Default values must be in the 13'hxxxx format where x is a hexadecimal digit.
The resulting binary number must not have more than 13 digits.

NOTE: none of these checks are fatal errors. The default in question will merely be ignored.
@d-m-bailey
Copy link
Contributor Author

Needed to do a pull first. Please ignore for now

@d-m-bailey d-m-bailey closed this May 3, 2024
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