заготовка для симуляции АЦП
This commit is contained in:
parent
4cdcd20770
commit
affe05dc54
3
Inu/main_matlab/adc_sim.c
Normal file
3
Inu/main_matlab/adc_sim.c
Normal file
@ -0,0 +1,3 @@
|
||||
#include "adc_sim.h"
|
||||
|
||||
AdcSimHandle adcsim;
|
12
Inu/main_matlab/adc_sim.h
Normal file
12
Inu/main_matlab/adc_sim.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef PWM_SIM
|
||||
#define PWM_SIM
|
||||
|
||||
// Äëÿ ìîäåëèðîâàíèÿ ADC
|
||||
typedef struct
|
||||
{
|
||||
int tAdc;
|
||||
int Tadc;
|
||||
int nAdc;
|
||||
}AdcSimHandle;
|
||||
|
||||
#endif //PWM_SIM
|
Loading…
Reference in New Issue
Block a user