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
lolin 32 lite
devkit
Buzzer on PIN 25
v2.0.3
Arduino
ubuntu
40MHz
no
921600
Line 37 and 38 needed to change place for my board to work
not working
ledcWriteTone(_channel, tone_msg.frequency); ledcAttachPin(tone_msg.pin, _channel);
working:
ledcAttachPin(tone_msg.pin, _channel); ledcWriteTone(_channel, tone_msg.frequency);
#define BUZZERPIN 25 void setup() { } void loop() { tone(BUZZERPIN, 440,200); // wait _at least_ 200ms (tone duration) before playing next tone delay(1000); }
none
No response
The text was updated successfully, but these errors were encountered:
Hello @stbaumg,
thanks for your contribution.
@P-R-O-C-H-Y When you will have some time, can you please help with triaging this issue? Thanks
Sorry, something went wrong.
PilnyTomas
P-R-O-C-H-Y
Successfully merging a pull request may close this issue.
Board
lolin 32 lite
Device Description
devkit
Hardware Configuration
Buzzer on PIN 25
Version
v2.0.3
IDE Name
Arduino
Operating System
ubuntu
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
921600
Description
Line 37 and 38 needed to change place for my board to work
not working
working:
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: