summaryrefslogtreecommitdiff
path: root/tests/adc-power/adc-power.h
blob: 2775d1ac2441746d74eb59829bac2616ae13409f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 
 * 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 */