olsndot/tests/adc-power/adc-power.h
Karl Palsson 8d538b3935 stub adc on/off test code.
Needs a pot on PA0, should get the temperature input working as well.
2015-10-17 02:15:58 +00:00

25 lines
323 B
C

/*
* File: adc-power.h
* Author: karlp
*
* Created on October 17, 2015, 12:19 AM
*/
#ifndef ADC_POWER_H
#define ADC_POWER_H
#ifdef __cplusplus
extern "C" {
#endif
void adc_power_init(void);
void adc_power_task_up(void);
void adc_power_task_down(void);
#ifdef __cplusplus
}
#endif
#endif /* ADC_POWER_H */