9 lines
113 B
C
Raw Normal View History

2025-05-26 18:48:47 +08:00
#ifndef __IC_H
#define __IC_H
void IC_Init(void);
uint32_t IC_GetFreq(void);
uint32_t IC_GetDuty(void);
#endif