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
Because the main UI loop is fairly slow, move the ADC code out of the main loop and perform it asynchronously. Consider DMA and/or IRQ driven code.
Since the internal Bayang code runs within a timer ISR (every millisecond). the refresh rate of the ADC data it uses is limited by the main loop.
See: https://community.nxp.com/docs/DOC-96507 Also the sample project zip file can be found here: https://community.nxp.com/docs/DOC-346044
The text was updated successfully, but these errors were encountered:
sakitume
No branches or pull requests
Because the main UI loop is fairly slow, move the ADC code out of the main loop and perform it asynchronously. Consider DMA and/or IRQ driven code.
Since the internal Bayang code runs within a timer ISR (every millisecond). the refresh rate of the ADC data it uses is limited by the main loop.
See: https://community.nxp.com/docs/DOC-96507
Also the sample project zip file can be found here: https://community.nxp.com/docs/DOC-346044
The text was updated successfully, but these errors were encountered: