adc(3912).h 230 B

1234567891011121314151617181920
  1. /*
  2. * adc.h
  3. *
  4. * Created on: 2020. 8. 3.
  5. * Author: parkyj
  6. */
  7. #ifndef ADC_H_
  8. #define ADC_H_
  9. #include "main.h"
  10. void ADC_Initialize();
  11. void ADC_Check();
  12. #define ADC1_CNT 3
  13. #define ADC_AVERAGECNT 100
  14. #endif /* ADC_H_ */