25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
381 B

  1. #ifndef PLSR_SELF_TEST_H
  2. #define PLSR_SELF_TEST_H
  3. #include "plsr_types.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. /* 上电自测:入队一段测试任务(Q0 发 2000Hz/1000 脉冲,K1 默认参数)。
  8. * 用于首次上板验证脉冲波形,验证完成后可删除。 */
  9. PLSR_RESULT PlsrSelfTestQueue(void);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* PLSR_SELF_TEST_H */