summaryrefslogtreecommitdiff
path: root/project/Core/Inc/adc_demo.h
blob: d9a4365ee3457cb2a34e695cd30d7d7979feb1a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * adc_demo.h
 *
 *  Created on: Apr 13, 2022
 *      Author: bruce
 */

#ifndef INC_ADC_DEMO_H_
#define INC_ADC_DEMO_H_

#define TRUE (1)
#define FALSE (0)

void run_adc_dac_demo();

#endif /* INC_ADC_DEMO_H_ */