#ifndef PWM_SIM
#define PWM_SIM

// Äëÿ ìîäåëèðîâàíèÿ ADC
typedef struct
{
	int tAdc;
	int Tadc;
	int nAdc;
}AdcSimHandle;

#endif //PWM_SIM