mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-14 19:53:14 +00:00
FQ777
This commit is contained in:
@@ -117,7 +117,7 @@ void CC2500_SetTxRxMode(uint8_t mode)
|
||||
uint8_t CC2500_Reset()
|
||||
{
|
||||
CC2500_Strobe(CC2500_SRES);
|
||||
delayMicroseconds(1000);
|
||||
delay(1);
|
||||
CC2500_SetTxRxMode(TXRX_OFF);
|
||||
return CC2500_ReadReg(CC2500_0E_FREQ1) == 0xC4;//check if reset
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user