ESP32用不了arduino库里的tone()函数!!!
选择用其他开发板就能用,唯独ESP32用不了,好像一直检索不到路径,折腾两天了:'(
ESP32有自己的tone函数,具体叫啥我记不太清了 试试这个库?
https://github.com/Redstoned/esp32_tone ledcAttachPin(SPEAK_PIN, channel);
ledcWriteTone(channel, 1000);//蜂鸣器响1声
这是ESP32专用的命令,替代tone的,我已经测试过没问题 @燃情 播放音乐怎么用? https://github.com/Redstoned/esp32_tone
此库也不能用
页:
[1]