Minikombajn Pomiarowy  20
 All Files Functions Variables Macros
ADC.h
Go to the documentation of this file.
1 /******************************************************************/
9 void ADCInit(void);
10 void ADCOff(void);
11 int16_t ADCGetCh0(void);
12 int16_t ADCGetCh1(void);
13 int16_t ADCGetCh2(void);
14 void ADCSetPeroid(uint8_t per);
15 void ADCSetGain(uint8_t g1, uint8_t g2);
16 void ADCRunOffsetCal(void);
17 void ADCOffsetCorrect(int16_t* wsk, uint8_t channels, uint8_t vdiv1, uint8_t vdiv2);
18 
19 
20 
21