Other Parts Discussed in Thread: CC2530
请教,CC2530网络状态指示灯默认是P1.4黄色LED,请问如何修改成P1.7
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.
Other Parts Discussed in Thread: CC2530
请教,CC2530网络状态指示灯默认是P1.4黄色LED,请问如何修改成P1.7
您可以在hal_board_cfg.h内进行修改为P1_7
/* 3 - Yellow */
#define LED3_BV BV(4)
#define LED3_SBIT P1_4
#define LED3_DDR P1DIR
#define LED3_POLARITY ACTIVE_HIGH