mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-27 01:19:52 +00:00
Faster turnaround time... 3278-2 is too quick
This commit is contained in:
@@ -91,12 +91,12 @@ int NewCoaxTransmitter::transmit(uint16_t *buffer, size_t bufferCount)
|
||||
delayMicroseconds(2);
|
||||
}
|
||||
|
||||
_dataBus.setMode(INPUT);
|
||||
|
||||
while (digitalRead(TX_ACTIVE_PIN)) {
|
||||
// NOP
|
||||
}
|
||||
|
||||
_dataBus.setMode(INPUT);
|
||||
|
||||
return bufferCount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user