RP-01/cva_asw_m0146/src/FanHeat.h
2025-04-11 10:46:09 +08:00

33 lines
998 B
C

#ifndef __FANHEAT__
#define __FANHEAT__
/*******************************************************************************
* the includes
******************************************************************************/
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/
void FanHeatMainTask(void);
void FanHeatInit(void);
#endif