latest version
This commit is contained in:
@@ -11,18 +11,31 @@
|
||||
void GBT_Lock(uint8_t state);
|
||||
|
||||
typedef enum{
|
||||
RELAY_AUX,
|
||||
RELAY_CC,
|
||||
RELAY_1,
|
||||
RELAY_2,
|
||||
RELAY_3,
|
||||
RELAY_4,
|
||||
RELAY_5,
|
||||
|
||||
}relay_t;
|
||||
|
||||
typedef enum{
|
||||
IN_ISO,
|
||||
IN_ESTOP,
|
||||
IN_FB1,
|
||||
IN_FB2,
|
||||
IN_SW0,
|
||||
IN_SW1,
|
||||
IN_0,
|
||||
IN_ACOK,
|
||||
}inputNum_t;
|
||||
|
||||
void RELAY_Write(relay_t num, uint8_t state);
|
||||
void Init_Peripheral();
|
||||
uint8_t GBT_LockGetState();
|
||||
void GBT_Lock(uint8_t state);
|
||||
uint8_t SW_GetAddr();
|
||||
void ADC_Select_Channel(uint32_t ch);
|
||||
int16_t GBT_ReadTemp(uint8_t ch);
|
||||
|
||||
uint8_t IN_ReadInput(inputNum_t input_n);
|
||||
|
||||
#endif /* SRC_BOARD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user