添加头文件 设置按键外部中断 #include<rtthread.h>#include<rtdevice.h>#include"board.h"#defineDBG_TAG"main"#defineDBG_LVLDBG_LOG#include<rtdbg.h>#defineB1_PIN_NUMGET_PIN(B,1)/* 中断回调函数 */voidB1_IRQ_CB(void*args){rt_kprintf("enter B1_IRQ_CB!\r\n");rt_pin_write(B1_PIN_NUM...
msrLi / EJD_Source-Rt_thread Public Notifications Fork 0 Star 0 Code Issues Pull requests Actions Projects Security Insights CommitFor apps: 添加wifiModule为头文件搜索路径 Browse files master msrLi committed Aug 17, 2019 1 parent 717a3ef commit d350bed ...