test
This commit is contained in:
16
Test2/Core/Inc/adc.h
Normal file
16
Test2/Core/Inc/adc.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* adc.h
|
||||
*
|
||||
* Created on: Sep 6, 2017
|
||||
* Author: dmitrijs
|
||||
*/
|
||||
|
||||
#ifndef ADC_H_
|
||||
#define ADC_H_
|
||||
|
||||
void Adc_Init(void);
|
||||
|
||||
unsigned short Adc_Read(unsigned char ch);
|
||||
void Get_Analog_Var(void);
|
||||
|
||||
#endif /* ADC_H_ */
|
||||
Reference in New Issue
Block a user