1 Star 0 Fork 23

MooreY/CW_ESP32_BLE_WEAPP

forked from FredyXu/cw_esp32_ble_weapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
op_bee.h 146 Bytes
一键复制 编辑 原始数据 按行查看 历史
FredyXu 提交于 2020-03-23 10:46 +08:00 . 增加地狱模式
// ESP8266蜂鸣器控制
#ifndef _OP_BEE_H
#define _OP_BEE_H
void bee(bool s)
{
s? ledcWriteTone(0, s_bee_freq): ledcWriteTone(0, 0);
}
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/MooreYang/CW_ESP32_BLE_WEAPP.git
git@gitee.com:MooreYang/CW_ESP32_BLE_WEAPP.git
MooreYang
CW_ESP32_BLE_WEAPP
CW_ESP32_BLE_WEAPP
master

搜索帮助