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 UART0_TX_PIN 1 // T
|
||||
#define UART0_RX_PIN 0 // R
|
||||
|
||||
#define BUFER 256
|
||||
extern void CO(void *pvParameters);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user