123456789101112131415161718192021222324252627 |
- /*
- * adc.h
- *
- * Created on: 2020. 8. 3.
- * Author: parkyj
- */
- #ifndef ADC_H_
- #define ADC_H_
- #include "main.h"
- void ADC_Initialize();
- void ADC_Check();
- #define ADC1_CNT 3
- #if 1 // PYJ.2020.08.26_BEGIN --
- #endif // PYJ.2020.08.26_END --
- //#define ADC_AVERAGECNT 100
- #endif /* ADC_H_ */
|