ains4.h 141 B

12345678910
  1. #ifndef _AINS4_H
  2. #define _AINS4_H
  3. #include "include.h"
  4. void ains4_init(void);
  5. void ains4_exit(void);
  6. void ains4_process(s16 *buf);
  7. #endif