Introduction - If you have any usage issues, please Google them yourself
nRF24L01 driver, define LED1_0 P6OUT & = ~ BIT1// Output 0# define LED1_1 P6OUT | = BIT1// Output 1# define LED2_0 P6OUT & = ~ BIT2// Output 0# define LED2_1 P6OUT | = BIT2// output 1 //================================== BELL ============= ===