You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
506 B

1 year ago
1 year ago
1 year ago
1 year ago
  1. # conduction1_dynamic_electrocardiograph
  2. ## 使用说明
  3. ```
  4. https://iflytop1.feishu.cn/wiki/Fp0fwciUEibtm4kaUeXcraOCneg
  5. ```
  6. ```
  7. 开发板IO资源说明:
  8. #define BSP_LED_0 13
  9. #define BSP_LED_1 14
  10. #define BSP_LED_2 15
  11. #define BSP_LED_3 16
  12. #define BUTTON_1 11 // 上拉低电平有效
  13. #define BUTTON_2 12 // 上拉低电平有效
  14. #define BUTTON_3 24 // 上拉低电平有效
  15. #define BUTTON_4 25 // 上拉低电平有效
  16. sdk\components\boards\pca10100.h
  17. ```