adc.h 87 B

12345678
  1. #ifndef __ADC_H
  2. #define __ADC_H
  3. #include "interface.h"
  4. void adc3_init(void);
  5. #endif