IAR-YT-HEAT/APP/inc/heat.h

21 lines
386 B
C
Raw Normal View History

/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __HEAT_H__
#define __HEAT_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "main.h"
void start_heat(void);
void stop_heat(void);
#ifdef __cplusplus
}
#endif
#endif /* __HEAT_H__ */