AD5318.h 182 B

123456789101112131415
  1. /*
  2. * AD5318.h
  3. *
  4. * Created on: 2019. 7. 30.
  5. * Author: parkyj
  6. */
  7. #ifndef AD5318_H_
  8. #define AD5318_H_
  9. #include "main.h"
  10. void AD5318_Ctrl(uint16_t);
  11. #endif /* AD5318_H_ */