#ifndef PWM_SIM #define PWM_SIM // Для моделирования ADC typedef struct { int tAdc; int Tadc; int nAdc; }AdcSimHandle; #endif //PWM_SIM