adc.h 304 B

123456789101112131415161718192021222324252627
  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. #if 1 // PYJ.2020.08.26_BEGIN --
  14. #endif // PYJ.2020.08.26_END --
  15. //#define ADC_AVERAGECNT 100
  16. #endif /* ADC_H_ */