mirror of
https://git.aixiao.me/aixiao/Danger-alarm.git
synced 2025-07-29 19:13:39 +08:00
这次提交基于FreeRTOS能正常运行。
还存在微小问题,由于CO2传感器必须通过看门狗重启一次后才能正常,这个问题还没解决。(喂狗只在CO2函数内,保证能重启RP2040)
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#define UART1_TX_PIN 5 // MH-Z14B T
|
||||
#define UART1_RX_PIN 4 // MH-Z14B R
|
||||
|
||||
#define BUFER 256
|
||||
extern void CO2(void *pvParameters);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user