adc_driver.h 92 B

12345678
  1. #ifndef ADC_DRIVER_H_
  2. #define ADC_DRIVER_H_
  3. #include<stdint.h>
  4. #include<stdbool.h>
  5. #endif