/* * 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_ */