mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-24 02:43:04 +08:00
feat: 智能家居控制系统 v1.0 初始版本
- 环境监测:温湿度/光照/空气质量传感器采集 - 智能控制:时间段/降温/通风三种自动模式 - 闹钟系统:3个闹钟+温和唤醒功能 - 远程控制:MQTT双向通信 - 本地显示:LVGL图形界面 - 双MCU架构,FreeRTOS 10任务并行 - 完整的1250行README文档
This commit is contained in:
2
components/serial_mcu/include/serial_mcu.h
Normal file
2
components/serial_mcu/include/serial_mcu.h
Normal file
@@ -0,0 +1,2 @@
|
||||
void serial_mcu_init(void); // 初始化串口
|
||||
int sendControlFrame(uint8_t cmd, uint8_t data); // 发送控制帧
|
||||
Reference in New Issue
Block a user