@ -128,7 +128,14 @@ uint16_t CIO::readRSSI()
}
SDATA_pin(LOW);
SLE_pin(HIGH);
if (!m_duplex)
#if defined(DUPLEX)
if (m_duplex)
SLE2_pin(HIGH);
#endif
dlybit();
// Read SREAD pin
@ -144,7 +151,12 @@ uint16_t CIO::readRSSI()
SLE_pin(LOW);
SLE2_pin(LOW);
// Process RSSI code
RB_code = RB_word & 0x7f;
Powered by TurnKey Linux.