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.

请教修改ZHA1.2中例程的中断GPIO

你好

   如何修改ZHA1.2中例程的中断GPIO,比如在函数static void zclSampleSw_HandleKeys( byte shift, byte keys )中, if ( keys & HAL_KEY_SW_1 )中的HAL_KEY_SW_1如何修改成我需要的GPIO? 

    谢谢!