第一次提交

This commit is contained in:
2025-07-05 20:11:15 +08:00
commit 89b0708dfb
56 changed files with 10876 additions and 0 deletions

25
interface_gpio.h Normal file
View File

@@ -0,0 +1,25 @@
#ifndef _INTERFACE_GPIO_H_
#define _INTERFACE_GPIO_H_
#include "interface_config.h"
//#deifne emergency_stop_switch sdrv_gpio_read_pin_input_level(GPIO_A6)
//
//#deifne high_voltage_switch sdrv_gpio_read_pin_input_level(GPIO_A7)
void gpioTimerProcess(void *signal_id);
void gpioInterfaceInit(void);
#endif /* _INTERFACE_GPIO_H_ */