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
ArduinoCore-mbed/cores/arduino/Tone.cpp
Line 27 in b0a3c08
The text was updated successfully, but these errors were encountered:
better change 500ms to 500000us to support a higher pitch
Sorry, something went wrong.
Hi @lzq420241 , thanks for reporting, I thought std::chrono to be a bit smarter and apply the right operation (I was wrong 🙂 ). Will fix in a minute!
std::chrono
9548090
Tone: allow pitches higher than 500Hz
038e87a
Fixes arduino#84
No branches or pull requests
ArduinoCore-mbed/cores/arduino/Tone.cpp
Line 27 in b0a3c08
The text was updated successfully, but these errors were encountered: