您好,我买了三块红旭的开发板,想跑下Light-switch例程,分别烧了client、sever、provisioner的程序,但按键按下去好像没有反应;led和按键的映射按照红旭的硬件原理图改动如下
#define LED_1 NRF_GPIO_PIN_MAP(0,2)
#define LED_2 NRF_GPIO_PIN_MAP(0,3)
#define LED_3 NRF_GPIO_PIN_MAP(0,4)
#define LED_4 NRF_GPIO_PIN_MAP(0,5)
#define BUTTON_1 17// NRF_GPIO_PIN_MAP(0,17)
#define BUTTON_2 12// NRF_GPIO_PIN_MAP(0,12)
#define BUTTON_3 24// NRF_GPIO_PIN_MAP(0,24)
#define BUTTON_4 20
// NRF_GPIO_PIN_MAP(0,20)