mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -04:00
Implemented CSMA
This commit is contained in:
parent
e80db61859
commit
8e60c1e52c
2 changed files with 24 additions and 4 deletions
|
@ -123,6 +123,7 @@ static void AFSK_txStart(Afsk *afsk) {
|
|||
afsk->bitstuffCount = 0;
|
||||
afsk->sending = true;
|
||||
afsk->sending_data = true;
|
||||
LED_RX_OFF();
|
||||
LED_TX_ON();
|
||||
afsk->preambleLength = DIV_ROUND(config_preamble * BITRATE, 8000);
|
||||
AFSK_DAC_IRQ_START();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue