readme.txt

来自「Embest Arm EduKit II Evaluation Board 」· 文本 代码 · 共 26 行

TXT
26
字号

外部中断使用实验用例

目录文件结构:

Extint_test
        ├─ main.c              C语言主源文件
        ├─ int_test.c          中断处理函数源文件
        └─ led.c               Led灯控制函数源文件
测试结果
------------------------------------------------------------------------------------------------------------------
 Embest Arm EduKit II Evaluation Board
 External Interrupt Test Example
 Please Select the trigger:
  1 - Falling trigger
  2 - Rising trigger
  3 - Both Edge trigger
  4 - Low level trigger
  5 - High level trigger
  any key to exit...

 Press the buttons
 push buttons may have glitch noise problem
 EINT6 had been occured... LED1 (D1204) on
------------------------------------------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?