摘要: 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)
摘要: #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)
摘要: 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)