8000
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.
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
The duty cycle is incorrect after changing the frequency of a variable frequency PWMOut.
piezo.frequency = int(tone) piezo.duty_cycle = 2 ** 15 # half of max time.sleep(duration) piezo.duty_cycle = 0
The text was updated successfully, but these errors were encountered:
a884acc
atmel-samd: Fix PWMOut duty_cycle when used with TCC peripherals.
6ea2a86
Fixes adafruit#148. Fixes adafruit#151
No branches or pull requests
The duty cycle is incorrect after changing the frequency of a variable frequency PWMOut.
The text was updated successfully, but these errors were encountered: