We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Used pins are all over the codebase. Ideally they should be defined in a single header file.
Quick scan found these, there might be others. This needs to be checked against the schema:
GPIO_NUM_0 BUTTON_BOOT_GPIO GPIO_NUM_1 BM####_RST GPIO_NUM_5 LEDZ_R GPIO_NUM_6 LEDZ_G GPIO_NUM_7 LEDZ_B GPIO_NUM_10 BM####_ENABLE GPIO_NUM_12 BARREL_CONNECTED GPIO_NUM_35 LEDX_R GPIO_NUM_36 LEDX_G GPIO_NUM_37 LEDX_B GPIO_NUM_47 I2C_MASTER_SDA_IO GPIO_NUM_48 I2C_MASTER_SCL_IO
The text was updated successfully, but these errors were encountered:
That's a good practice we should do.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Used pins are all over the codebase. Ideally they should be defined in a single header file.
Quick scan found these, there might be others. This needs to be checked against the schema:
The text was updated successfully, but these errors were encountered: