更改成固定窗口解码模块

This commit is contained in:
2026-07-29 13:48:23 +08:00
parent 46e9db0796
commit 6d114add28
8 changed files with 437 additions and 594 deletions
@@ -100,7 +100,7 @@
#define RF_DATA xc_gpio_read_pin(RF433_PIN) //RF433接收引脚,根据具体单片机定义引脚
#define RF433_PIN GPIO_5 //RF433接收引脚,根据具体单片机定义引脚
#define RF433_PIN GPIO_18 //RF433接收引脚,与DWM11硬件配置一致
#define RF_dd GPIO_0 //
@@ -188,7 +188,7 @@ void scan_433();
void Lock_Pwm7xd();
void Delay_50us();
void Encoder_key();
void rf433_clear_code(void);
#endif