我把例程修改到我自己的电路板上。
uint8 basicRfPacketIsReady(void)
{
return rxi.isReady;
}
接收模式总会执行到这里,一直等待,感觉中断没有执行。
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.