This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CC2640R2L如何设计长按按键开机?
SDK中没有长按键的示例,你可以参考按键开关机例程C:\ti\simplelink_cc2640r2_sdk_5_10_00_02\examples\rtos\CC2640R2_LAUNCHXL\drivers\pinShutdown
然后自己实现长按键操作
请问关机的操作在哪里呢?
上面例程中就有,通过按键实现的开关机
我用的是project_zero的例程,这个也可以参考吗?
可以的