adc.h 86 B

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