13 lines
141 B
C
13 lines
141 B
C
#ifndef PWM_SIM
|
|
#define PWM_SIM
|
|
|
|
// Äëÿ ìîäåëèðîâàíèÿ ADC
|
|
typedef struct
|
|
{
|
|
int tAdc;
|
|
int Tadc;
|
|
int nAdc;
|
|
}AdcSimHandle;
|
|
|
|
#endif //PWM_SIM
|