Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added gpio default value standardization and value checks.
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.
- Loading branch information