会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chengwh
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2021年10月28日
js中的switch的范围匹配用法
摘要: https://www.cnblogs.com/qianxiaox/p/14085873.html JavaScript中Switch语句的使用方法 除了if ... else之外,JavaScript还有一个称为switch语句的功能。 switch是一种条件语句,它将针对多种可能的情况评估表达式
阅读全文
posted @ 2021-10-28 17:53 chengwh
阅读(2731)
评论(0)
推荐(1)
2021年10月25日
Ticker功能测试
摘要: #include <Ticker.h>Ticker tk;void setup() { // put your setup code here, to run once:Serial.begin(115200);Serial.println("start cb1");tk.once_ms(1000,
阅读全文
posted @ 2021-10-25 11:34 chengwh
阅读(176)
评论(0)
推荐(0)
2021年10月19日
ESP32的功能口线
摘要: ESP32模块的引脚 (一)ESP32-DevKitC V4 开发板,配ESP32-WROOM-32模组 (源:https://blog.csdn.net/maker_knz/article/details/105755912) (二)NodeMCU-32S开发板是基于 ESP32-32S 模组 (
阅读全文
posted @ 2021-10-19 11:28 chengwh
阅读(3721)
评论(0)
推荐(0)
上一页
1
2
公告