ESP32用不了arduino库里的tone()函数!!!-Arduino中文社区 - Powered by Discuz! Archiver

GEEK_kun 发表于 2021-10-8 11:36

ESP32用不了arduino库里的tone()函数!!!


选择用其他开发板就能用,唯独ESP32用不了,好像一直检索不到路径,折腾两天了:'(

XlinliY.Zhang 发表于 2021-10-8 21:09

ESP32有自己的tone函数,具体叫啥我记不太清了

Zoologist 发表于 2021-10-8 22:25

试试这个库?

https://github.com/Redstoned/esp32_tone

燃情 发表于 2022-4-23 14:46

ledcAttachPin(SPEAK_PIN, channel);
ledcWriteTone(channel, 1000);//蜂鸣器响1声

这是ESP32专用的命令,替代tone的,我已经测试过没问题

tmld570707 发表于 2022-6-27 10:41

@燃情 播放音乐怎么用?

tmld570707 发表于 2022-7-1 13:10

https://github.com/Redstoned/esp32_tone
此库也不能用

页: [1]
查看完整版本: ESP32用不了arduino库里的tone()函数!!!