zhyinch
2022-02-18 4a13529748c983ff0d5627a28365ad7737141016
源码/核心板/Src/ExternalDevices/dw_driver.h
@@ -9,11 +9,11 @@
#define DW1000_RSTn_GPIO         GPIOB
#define DW1000_WAKEUP            GPIO_Pin_8
#define DW1000_WAKEUP_GPIO         GPIOA
#define DW1000_IRQ               GPIO_Pin_0
#define DW1000_IRQ               GPIO_Pin_1
#define DW1000_IRQ_GPIO            GPIOA
#define DECAIRQ_EXTI                EXTI_Line0
#define DECAIRQ_EXTI                EXTI_Line1
#define DECAIRQ_EXTI_PORT           GPIO_PortSourceGPIOA
#define DECAIRQ_EXTI_PIN            GPIO_PinSource0
#define DECAIRQ_EXTI_PIN            GPIO_PinSource1
#define deca_sleep(...)            delay_ms(__VA_ARGS__)