#ifndef __IC_H #define __IC_H void IC_Init(void); uint32_t IC_GetFreq(void); uint32_t IC_GetDuty(void); #endif