From 0446bdce5d7f213c9ee987eebe09843bcd792a49 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 29 Apr 2023 21:06:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20f1a94?= =?UTF-8?q?7c09d6c23ad78ff753e312ebe506e4984ff=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _bell_modem_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_bell_modem_8h_source.html b/_bell_modem_8h_source.html index a99306c4..2a8fcf13 100644 --- a/_bell_modem_8h_source.html +++ b/_bell_modem_8h_source.html @@ -154,11 +154,11 @@ $(document).ready(function(){initNavTree('_bell_modem_8h_source.html',''); initR
int16_t begin()
Initialization method.
Definition: AFSK.cpp:13
Client for Bell modem communication. The public interface is the same as Arduino Serial.
Definition: BellModem.h:55
int16_t setModem(const BellModem_t &modem)
Set Bell modem.
Definition: BellModem.cpp:44
-
int16_t standby()
Set the modem to standby (transmitter off).
Definition: BellModem.cpp:92
+
int16_t standby()
Set the modem to standby (transmitter off).
Definition: BellModem.cpp:93
int16_t setCorrection(float corr)
Set correction coefficient for tone length.
Definition: BellModem.cpp:50
bool reply
Whether the modem is replying. On some modems, the replying station has different tone frequencies.
Definition: BellModem.h:63
-
size_t write(uint8_t b)
Write one byte. Implementation of interface of the RadioLibPrint/Print class.
Definition: BellModem.cpp:54
-
int16_t idle()
Set the modem to idle (ready to transmit).
Definition: BellModem.cpp:87
+
size_t write(uint8_t b)
Write one byte. Implementation of interface of the RadioLibPrint/Print class.
Definition: BellModem.cpp:55
+
int16_t idle()
Set the modem to idle (ready to transmit).
Definition: BellModem.cpp:88
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:15
Definition: Print.h:12
Definition: BellModem.cpp:4