DSM2 bind improvement?

This commit is contained in:
pascallanger
2016-08-22 18:17:14 +02:00
parent b2579538fa
commit 195f918543
8 changed files with 31 additions and 44 deletions

View File

@@ -103,7 +103,7 @@ uint8_t A7105_Reset()
uint8_t result;
A7105_WriteReg(0x00, 0x00);
delayMicroseconds(1000);
delayMilliseconds(1);
A7105_SetTxRxMode(TXRX_OFF); //Set both GPIO as output and low
result=A7105_ReadReg(0x10) == 0x9E; //check if is reset.
A7105_Strobe(A7105_STANDBY);