git-svn-id: http://moon:8086/svn/projects/HendiControl@21 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-02-20 20:01:04 +00:00
parent 21dacf4be6
commit a794460fdc
14 changed files with 446 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/*
* adc.h
*
* Created: 20.02.2019 20:46:44
* Author: jens
*/
#ifndef ADC_H_
#define ADC_H_
void adc_init();
void adc_start_conversion(int ch);
int adc_is_fininshed();
#endif /* ADC_H_ */