We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print_c_program
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
>>> adafruit_pioasm.Program(".side_set 1 opt").print_c_program("mood") const int mood_wrap = -1; const int mood_wrap_target = 0; const int mood_sideset_pin_count = 1; const bool mood_sideset_enable = True; /// <--- this is not valid C const uint16_t mood[] = { };
The text was updated successfully, but these errors were encountered:
True
6495261
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: