esp加入
This commit is contained in:
20
code/power_ctrl.h
Normal file
20
code/power_ctrl.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* power_ctrl.h
|
||||
*
|
||||
* Created on: 2025<32><35>10<31><30>17<31><37>
|
||||
* Author: LHYe200
|
||||
*/
|
||||
|
||||
#ifndef CODE_POWER_CTRL_H_
|
||||
#define CODE_POWER_CTRL_H_
|
||||
|
||||
#include "zf_common_typedef.h"
|
||||
|
||||
void Power_Ctrl_Init(void);
|
||||
void Power_Ctrl_Loop_1ms(void);
|
||||
void Power_Ctrl_Enable_Output(uint8 out_index, uint8 enable);
|
||||
void Power_Status_Upload(void);
|
||||
void Power_Vofa_Set(void);
|
||||
|
||||
|
||||
#endif /* CODE_POWER_CTRL_H_ */
|
||||
Reference in New Issue
Block a user