zhangbo
2025-05-16 fcbbc2c7c81a2c9c163e81d38fe028c309c4295b
keil/include/drivers/PCA9555.h
@@ -105,6 +105,9 @@
#define LORA_NRST_UP       PCA9555_Set_One_Value_Output(LORA_NRST,1)
#define LORA_NRST_DOWN    PCA9555_Set_One_Value_Output(LORA_NRST,0)
#define BT_ON  PCA9555_Set_One_Value_Output(BT_IRQ,1)
#define BT_OFF  PCA9555_Set_One_Value_Output(BT_IRQ,0)
//uint8_t gps_led_output_state,tts_enbale_output_state,wake_up_output_state,air780e_enable_output_state,sos_enable_output_state,gps_backup_output_state,gps_power_output_state,main_ri_output_state;//1组output IO口从左到右1.0~1.7
//uint8_t mcu_a_output_state,chg_g_output_state,lora_irq_output_state,lora_nrst_output_state,adc_minius_output_state,input_5v_output_state,pwr_on_output_state,pwr_enable_output_state;//2组output IO口从左到右0.0~0.7
//void IIC_gpio_pca_init(void);