- adc is event based
- changed timer frequency - prepared for SW timer - added PowerSwitch_in git-svn-id: http://moon:8086/svn/projects/HendiControl@30 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -9,8 +9,12 @@
|
||||
#ifndef ADC_H_
|
||||
#define ADC_H_
|
||||
|
||||
void adc_init();
|
||||
void adc_start_conversion(int ch);
|
||||
#include "fifo.h"
|
||||
|
||||
void adc_init(Fifo *pFifo);
|
||||
void adc_start_conversion(size_t ch);
|
||||
int adc_is_fininshed();
|
||||
size_t adc_getChannel();
|
||||
int16_t adc_getData();
|
||||
|
||||
#endif /* ADC_H_ */
|
||||
Reference in New Issue
Block a user