lt8920_test.h 215 B

1234567891011121314151617181920
  1. #ifndef __LT8920_TEST_H
  2. #define __LT8920_TEST_H
  3. //
  4. void lt_scanner_init(void);
  5. //
  6. void lt_scanner_test(void);
  7. //
  8. void lt_common_init(void);
  9. //
  10. void lt_sender_test(void);
  11. //
  12. void lt_receiver_test(void);
  13. #endif