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
furi_get_tick gives extremely unreliable value for any time computation.
There are at least 3 different ways to capture PWM duration:
Also this sensor supports UART, which solves all problems. I've made uart implementation that you can use in your project https://github.com/skotopes/flipperzero_mhz19_uart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
furi_get_tick gives extremely unreliable value for any time computation.
There are at least 3 different ways to capture PWM duration:
Also this sensor supports UART, which solves all problems.
I've made uart implementation that you can use in your project https://github.com/skotopes/flipperzero_mhz19_uart
The text was updated successfully, but these errors were encountered: