Files
microchip-application-bmd38…/cpg.h
T
2025-03-25 16:36:06 +08:00

26 lines
400 B
C

#ifndef __CPG_H__
#define __CPG_H__
#ifdef __cplusplus
extern "C"
{
#endif
#include "app_config.h"
#include "elite.h"
#include "elite_board.h"
#define VERSION_DATE_YEAR 25
#define VERSION_DATE_MONTH 3
#define VERSION_DATE_DAY 25
#define VERSION_DATE_HOUR 16
#define VERSION_DATE_MINUTE 36
const elite_instance_t *cpg_init(void);
#ifdef __cplusplus
}
#endif
#endif /* ! __CPG_H__ */