-
+
char destCallsign [AX25_MAX_CALLSIGN_LEN+1]
Callsign of the destination station.
-
+
uint8_t destSSID
SSID of the destination station.
-
+
char srcCallsign [AX25_MAX_CALLSIGN_LEN+1]
Callsign of the source station.
-
+
uint8_t srcSSID
SSID of the source station.
-
+
uint8_t numRepeaters
Number of repeaters to be used.
-
+
uint8_t control
The control field.
-
+
uint8_t protocolID
The protocol identifier (PID) field.
-
+
uint16_t infoLen
Number of bytes in the information field.
-
+
uint8_t rcvSeqNumber
Receive sequence number.
-
+
uint16_t sendSeqNumber
Send sequence number.
-
+
uint8_t * info
The info field.
-
+
char ** repeaterCallsigns
Array of repeater callsigns.
-
+
uint8_t * repeaterSSIDs
Array of repeater SSIDs.
@@ -210,7 +183,9 @@ uint8_t *
Abstraction of AX.25 frame format.
-
+
+◆ AX25Frame() [1/4]
+
@@ -266,7 +241,9 @@ uint8_t *
-
+
+◆ AX25Frame() [2/4]
+
@@ -336,7 +313,9 @@ uint8_t *
-
+
+◆ AX25Frame() [3/4]
+
@@ -413,7 +392,9 @@ uint8_t *
-
+
+◆ AX25Frame() [4/4]
+
@@ -438,7 +419,9 @@ uint8_t *
-
+
+◆ operator=()
+
@@ -462,7 +445,9 @@ uint8_t *
-
+
+◆ setRecvSequence()
+
@@ -486,7 +471,9 @@ uint8_t *
-
+
+◆ setRepeaters()
+
@@ -529,7 +516,9 @@ uint8_t *
-
+
+◆ setSendSequence()
+
@@ -565,7 +554,7 @@ uint8_t * AX25Frame
+ 1.8.13
diff --git a/class_c_c1101-members.html b/class_c_c1101-members.html
index 183f34e5..ef3a04cb 100644
--- a/class_c_c1101-members.html
+++ b/class_c_c1101-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
diff --git a/class_c_c1101.html b/class_c_c1101.html
index f461977b..3fdbf176 100644
--- a/class_c_c1101.html
+++ b/class_c_c1101.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: CC1101 Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -152,21 +125,21 @@ Public Member Functions
int16_t receiveDirect () override
Starts direct mode reception. More...
-
+
int16_t packetMode ()
Stops direct mode. It is required to call this method to switch from direct transmissions to packet-based transmissions.
void setGdo0Action (void(*func)(void), RADIOLIB_INTERRUPT_STATUS dir=FALLING)
Sets interrupt service routine to call when GDO0 activates. More...
-
+
void clearGdo0Action ()
Clears interrupt service routine to call when GDO0 activates.
void setGdo2Action (void(*func)(void), RADIOLIB_INTERRUPT_STATUS dir=FALLING)
Sets interrupt service routine to call when GDO2 activates. More...
-
+
void clearGdo2Action ()
Clears interrupt service routine to call when GDO0 activates.
@@ -212,12 +185,12 @@ void int16_t setOOK (bool enableOOK)
Enables/disables OOK modulation instead of FSK. More...
-float getRSSI () const
- Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. More...
-
-uint8_t getLQI () const
- Gets LQI (Link Quality Indicator) of the last received packet. More...
-
+float getRSSI () const
+ Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. More...
+
+uint8_t getLQI () const
+ Gets LQI (Link Quality Indicator) of the last received packet. More...
+
size_t getPacketLength (bool update=true) override
Query modem for the packet length of received payload. More...
@@ -250,37 +223,39 @@ void
PhysicalLayer (float freqStep, size_t maxPacketLength)
- Default constructor. More...
+ Default constructor. More...
int16_t transmit (__FlashStringHelper *fstr, uint8_t addr=0)
- Arduino Flash String transmit method. More...
+ Arduino Flash String transmit method. More...
int16_t transmit (String &str, uint8_t addr=0)
- Arduino String transmit method. More...
+ Arduino String transmit method. More...
int16_t transmit (const char *str, uint8_t addr=0)
- C-string transmit method. More...
+ C-string transmit method. More...
int16_t receive (String &str, size_t len=0)
- Arduino String receive method. More...
+ Arduino String receive method. More...
int16_t startTransmit (String &str, uint8_t addr=0)
- Interrupt-driven Arduino String transmit method. Unlike the standard transmit method, this one is non-blocking. Interrupt pin will be activated when transmission finishes. More...
+ Interrupt-driven Arduino String transmit method. Unlike the standard transmit method, this one is non-blocking. Interrupt pin will be activated when transmission finishes. More...
int16_t startTransmit (const char *str, uint8_t addr=0)
- Interrupt-driven Arduino String transmit method. Unlike the standard transmit method, this one is non-blocking. Interrupt pin will be activated when transmission finishes. More...
+ Interrupt-driven Arduino String transmit method. Unlike the standard transmit method, this one is non-blocking. Interrupt pin will be activated when transmission finishes. More...
int16_t readData (String &str, size_t len=0)
- Reads data that was received after calling startReceive method. More...
+ Reads data that was received after calling startReceive method. More...
-float getFreqStep () const
- Gets the module frequency step size that was set in constructor. More...
-
+float getFreqStep () const
+ Gets the module frequency step size that was set in constructor. More...
+
Control class for CC1101 module.
-
+
+
◆ CC1101()
+
@@ -305,7 +280,9 @@ void Member Function Documentation
-
+
+◆ begin()
+
@@ -369,7 +346,9 @@ void
+
+◆ disableAddressFiltering()
+
@@ -387,7 +366,9 @@ void
+
+◆ disableSyncWordFiltering()
+
@@ -412,7 +393,9 @@ void
+
+◆ enableSyncWordFiltering()
+
@@ -448,7 +431,9 @@ void
+
+◆ fixedPacketLengthMode()
+
@@ -473,7 +458,9 @@ void
+
+◆ getLQI()
+
@@ -491,7 +478,9 @@ void
+
+◆ getPacketLength()
+
@@ -526,7 +515,9 @@ void
+
+◆ getRSSI()
+
@@ -544,7 +535,9 @@ void
+
+◆ readData()
+
@@ -590,7 +583,9 @@ void
+
+◆ receive()
+
@@ -636,7 +631,9 @@ void
+
+◆ receiveDirect()
+
@@ -664,7 +661,9 @@ void
+
+◆ setBitRate()
+
@@ -689,7 +688,9 @@ void
+
+◆ setCrcFiltering()
+
@@ -714,7 +715,9 @@ void
+
+◆ setDataShaping()
+
@@ -749,7 +752,9 @@ void
+
+◆ setEncoding()
+
@@ -784,7 +789,9 @@ void
+
+◆ setFrequency()
+
@@ -809,7 +816,9 @@ void
+
+◆ setFrequencyDeviation()
+
@@ -844,7 +853,9 @@ void
+
+◆ setGdo0Action()
+
@@ -879,7 +890,9 @@ void
+
+◆ setGdo2Action()
+
@@ -914,7 +927,9 @@ void
+
+◆ setNodeAddress()
+
@@ -950,7 +965,9 @@ void
+
+◆ setOOK()
+
@@ -975,7 +992,9 @@ void
+
+◆ setOutputPower()
+
@@ -1000,7 +1019,9 @@ void
+
+◆ setPreambleLength()
+
@@ -1025,7 +1046,9 @@ void
+
+◆ setPromiscuousMode()
+
@@ -1050,7 +1073,9 @@ void
+
+◆ setRfSwitchPins()
+
@@ -1085,7 +1110,9 @@ void
+
+◆ setRxBandwidth()
+
@@ -1110,7 +1137,9 @@ void
+
+◆ setSyncWord() [1/2]
+
@@ -1160,7 +1189,9 @@ void
+
+◆ setSyncWord() [2/2]
+
@@ -1210,7 +1241,9 @@ void
+
+◆ standby()
+
@@ -1238,7 +1271,9 @@ void
+
+◆ startReceive()
+
@@ -1256,7 +1291,9 @@ void
+
+◆ startTransmit()
+
@@ -1309,7 +1346,9 @@ void
+
+◆ transmit()
+
@@ -1362,7 +1401,9 @@ void
+
+◆ transmitDirect()
+
@@ -1397,7 +1438,9 @@ void
+
+◆ variablePacketLengthMode()
+
@@ -1434,7 +1477,7 @@ void CC1101
+ 1.8.13
diff --git a/class_c_c1101.js b/class_c_c1101.js
index f9917505..8694feb2 100644
--- a/class_c_c1101.js
+++ b/class_c_c1101.js
@@ -8,9 +8,9 @@ var class_c_c1101 =
[ "disableSyncWordFiltering", "class_c_c1101.html#a4f2dc4176b62a0636636088e31b8e85b", null ],
[ "enableSyncWordFiltering", "class_c_c1101.html#a6fe55d0217bf5218865198ef8d6fdab4", null ],
[ "fixedPacketLengthMode", "class_c_c1101.html#a9335f1d5ccab7aab2357449002203810", null ],
- [ "getLQI", "class_c_c1101.html#af252f2c3c591289cb73089e51f0f967d", null ],
+ [ "getLQI", "class_c_c1101.html#a59ca9e8956e308159949638bf327e5fb", null ],
[ "getPacketLength", "class_c_c1101.html#a122281f6a915b77ee9dafc9926e731a0", null ],
- [ "getRSSI", "class_c_c1101.html#af55b5ec0dd2d73bac6cb8a6d9862e6c1", null ],
+ [ "getRSSI", "class_c_c1101.html#a48fd0452d6f7d7d51ea7d23b2dbe1551", null ],
[ "packetMode", "class_c_c1101.html#a38f6978c757b0dd73e3ef98164a735a2", null ],
[ "readData", "class_c_c1101.html#a8c79975a7bbe8a37f8214ecd1f69ba22", null ],
[ "receive", "class_c_c1101.html#aedc1067d0334bb69ed5316146014097d", null ],
diff --git a/class_e_s_p8266-members.html b/class_e_s_p8266-members.html
index 57b615c5..ebac77c8 100644
--- a/class_e_s_p8266-members.html
+++ b/class_e_s_p8266-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -131,7 +104,7 @@ $(document).ready(function(){initNavTree('class_e_s_p8266.html','');});
diff --git a/class_e_s_p8266.html b/class_e_s_p8266.html
index b04ea53f..90ae53bf 100644
--- a/class_e_s_p8266.html
+++ b/class_e_s_p8266.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: ESP8266 Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -165,7 +138,9 @@ Public Member Functions
Control class for ESP8266 module. Implements TransportLayer methods.
-
+
+◆ ESP8266()
+
@@ -190,7 +165,9 @@ Public Member Functions
-
+
+◆ begin()
+
@@ -215,7 +192,9 @@ Public Member Functions
-
+
+◆ closeTransportConnection()
+
@@ -243,7 +222,9 @@ Public Member Functions
-
+
+◆ getNumBytes()
+
@@ -289,7 +270,9 @@ Public Member Functions
-
+
+◆ join()
+
@@ -324,7 +307,9 @@ Public Member Functions
-
+
+◆ openTransportConnection()
+
@@ -384,7 +369,9 @@ Public Member Functions
-
+
+◆ receive()
+
@@ -437,7 +424,9 @@ Public Member Functions
-
+
+◆ reset()
+
@@ -455,7 +444,9 @@ Public Member Functions
-
+
+◆ send() [1/2]
+
@@ -490,7 +481,9 @@ Public Member Functions
-
+
+◆ send() [2/2]
+
@@ -548,7 +541,7 @@ Public Member Functions
ESP8266
+ 1.8.13
diff --git a/class_h_c05-members.html b/class_h_c05-members.html
index c8bc33b6..0f485b2d 100644
--- a/class_h_c05-members.html
+++ b/class_h_c05-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -153,7 +126,7 @@ $(document).ready(function(){initNavTree('class_h_c05.html','');});
diff --git a/class_h_c05.html b/class_h_c05.html
index 3d3975bf..64dec59a 100644
--- a/class_h_c05.html
+++ b/class_h_c05.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: HC05 Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -138,104 +111,106 @@ Public Member Functions
Initialization method. More...
-
+
ISerial (Module *mod)
-
+
void begin (long)
-
+
void end ()
-
+
int peek ()
-
+
size_t write (uint8_t)
-
+
int read ()
-
+
int available ()
-
+
void flush ()
-
+
size_t print (const __FlashStringHelper *)
-
+
size_t print (const String &)
-
+
size_t print (const char[])
-
+
size_t print (char)
-
+
size_t print (unsigned char, int=DEC)
-
+
size_t print (int, int=DEC)
-
+
size_t print (unsigned int, int=DEC)
-
+
size_t print (long, int=DEC)
-
+
size_t print (unsigned long, int=DEC)
-
+
size_t print (double, int=2)
-
+
size_t print (const Printable &)
-
+
size_t println (const __FlashStringHelper *)
-
+
size_t println (const String &s)
-
+
size_t println (const char[])
-
+
size_t println (char)
-
+
size_t println (unsigned char, int=DEC)
-
+
size_t println (int, int=DEC)
-
+
size_t println (unsigned int, int=DEC)
-
+
size_t println (long, int=DEC)
-
+
size_t println (unsigned long, int=DEC)
-
+
size_t println (double, int=2)
-
+
size_t println (const Printable &)
-
+
size_t println (void)
Control class for HC05 module. Most methods supported by this module are implemented in ISerial interface.
-
+
+
◆ HC05()
+
@@ -260,7 +235,9 @@ size_t println (void)<
-
+
+◆ begin()
+
@@ -296,7 +273,7 @@ size_t println (void)<
HC05
+ 1.8.13
diff --git a/class_h_t_t_p_client-members.html b/class_h_t_t_p_client-members.html
index ff953167..3f720b3c 100644
--- a/class_h_t_t_p_client-members.html
+++ b/class_h_t_t_p_client-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -125,7 +98,7 @@ $(document).ready(function(){initNavTree('class_h_t_t_p_client.html','');});
diff --git a/class_h_t_t_p_client.html b/class_h_t_t_p_client.html
index 4fef7d9f..42af1835 100644
--- a/class_h_t_t_p_client.html
+++ b/class_h_t_t_p_client.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: HTTPClient Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -138,7 +111,9 @@ Public Member Functions
Client for simple HTTP communication.
-
+
+
◆ HTTPClient()
+
@@ -182,7 +157,9 @@ Public Member Functions
-
+
+◆ get() [1/2]
+
@@ -218,7 +195,9 @@ Public Member Functions
-
+
+◆ get() [2/2]
+
@@ -254,7 +233,9 @@ Public Member Functions
-
+
+◆ post()
+
@@ -316,7 +297,7 @@ Public Member Functions
HTTPClient
+ 1.8.13
diff --git a/class_hell_client-members.html b/class_hell_client-members.html
index 3f4a5242..591f5e13 100644
--- a/class_hell_client-members.html
+++ b/class_hell_client-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -149,7 +122,7 @@ $(document).ready(function(){initNavTree('class_hell_client.html','');});
diff --git a/class_hell_client.html b/class_hell_client.html
index 4918818f..3cbb6b3c 100644
--- a/class_hell_client.html
+++ b/class_hell_client.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: HellClient Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -134,83 +107,85 @@ Public Member Functions
size_t printGlyph (uint8_t *buff)
Method to "print" a buffer of pixels, this is exposed to allow users to send custom characters. More...
-
+
size_t write (const char *str)
-
+
size_t write (uint8_t *buff, size_t len)
-
+
size_t write (uint8_t b)
-
+
size_t print (__FlashStringHelper *)
-
+
size_t print (const String &)
-
+
size_t print (const char[])
-
+
size_t print (char)
-
+
size_t print (unsigned char, int=DEC)
-
+
size_t print (int, int=DEC)
-
+
size_t print (unsigned int, int=DEC)
-
+
size_t print (long, int=DEC)
-
+
size_t print (unsigned long, int=DEC)
-
+
size_t print (double, int=2)
-
+
size_t println (void)
-
+
size_t println (__FlashStringHelper *)
-
+
size_t println (const String &)
-
+
size_t println (const char[])
-
+
size_t println (char)
-
+
size_t println (unsigned char, int=DEC)
-
+
size_t println (int, int=DEC)
-
+
size_t println (unsigned int, int=DEC)
-
+
size_t println (long, int=DEC)
-
+
size_t println (unsigned long, int=DEC)
-
+
size_t println (double, int=2)
Client for Hellschreiber transmissions.
-
+
+
◆ HellClient() [1/2]
+
@@ -242,7 +217,9 @@ size_t println (double
-
+
+◆ HellClient() [2/2]
+
@@ -275,7 +252,9 @@ size_t println (double
-
+
+◆ begin()
+
@@ -310,7 +289,9 @@ size_t println (double
-
+
+◆ printGlyph()
+
@@ -346,7 +327,7 @@ size_t println (double
HellClient
+ 1.8.13
diff --git a/class_i_serial-members.html b/class_i_serial-members.html
index 342aeedd..031d1b94 100644
--- a/class_i_serial-members.html
+++ b/class_i_serial-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -152,7 +125,7 @@ $(document).ready(function(){initNavTree('class_i_serial.html','');});
diff --git a/class_i_serial.html b/class_i_serial.html
index f5841e7a..45c3d9f6 100644
--- a/class_i_serial.html
+++ b/class_i_serial.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: ISerial Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -133,97 +106,97 @@ Inheritance diagram for ISerial:
-
+
ISerial (Module *mod)
-
+
void begin (long)
-
+
void end ()
-
+
int peek ()
-
+
size_t write (uint8_t)
-
+
int read ()
-
+
int available ()
-
+
void flush ()
-
+
size_t print (const __FlashStringHelper *)
-
+
size_t print (const String &)
-
+
size_t print (const char[])
-
+
size_t print (char)
-
+
size_t print (unsigned char, int=DEC)
-
+
size_t print (int, int=DEC)
-
+
size_t print (unsigned int, int=DEC)
-
+
size_t print (long, int=DEC)
-
+
size_t print (unsigned long, int=DEC)
-
+
size_t print (double, int=2)
-
+
size_t print (const Printable &)
-
+
size_t println (const __FlashStringHelper *)
-
+
size_t println (const String &s)
-
+
size_t println (const char[])
-
+
size_t println (char)
-
+
size_t println (unsigned char, int=DEC)
-
+
size_t println (int, int=DEC)
-
+
size_t println (unsigned int, int=DEC)
-
+
size_t println (long, int=DEC)
-
+
size_t println (unsigned long, int=DEC)
-
+
size_t println (double, int=2)
-
+
size_t println (const Printable &)
-
+
size_t println (void)
@@ -241,7 +214,7 @@ size_t
println (void)<
ISerial
+ 1.8.13
diff --git a/class_i_t_a2_string-members.html b/class_i_t_a2_string-members.html
index ecc87df1..1837793f 100644
--- a/class_i_t_a2_string-members.html
+++ b/class_i_t_a2_string-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -126,7 +99,7 @@ $(document).ready(function(){initNavTree('class_i_t_a2_string.html','');});
diff --git a/class_i_t_a2_string.html b/class_i_t_a2_string.html
index 2cdfd5ca..880f3dd9 100644
--- a/class_i_t_a2_string.html
+++ b/class_i_t_a2_string.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: ITA2String Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -128,7 +101,7 @@ Public Member Functions
ITA2String (const char *str)
Default string constructor. More...
-
+
~ITA2String ()
Default destructor.
@@ -142,7 +115,9 @@ Public Member Functions
-
+
+
◆ ITA2String() [1/2]
+
@@ -174,7 +149,9 @@ Public Member Functions
-
+
+◆ ITA2String() [2/2]
+
@@ -207,7 +184,9 @@ Public Member Functions
-
+
+◆ byteArr()
+
@@ -225,7 +204,9 @@ Public Member Functions
-
+
+◆ length()
+
@@ -255,7 +236,7 @@ Public Member Functions
ITA2String
+ 1.8.13
diff --git a/class_j_d_y08-members.html b/class_j_d_y08-members.html
index aebac8bd..f8aabbb7 100644
--- a/class_j_d_y08-members.html
+++ b/class_j_d_y08-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -153,7 +126,7 @@ $(document).ready(function(){initNavTree('class_j_d_y08.html','');});
diff --git a/class_j_d_y08.html b/class_j_d_y08.html
index 07f430e0..007361c3 100644
--- a/class_j_d_y08.html
+++ b/class_j_d_y08.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: JDY08 Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -138,104 +111,106 @@ Public Member Functions
Initialization method. More...
-
+
ISerial (Module *mod)
-
+
void begin (long)
-
+
void end ()
-
+
int peek ()
-
+
size_t write (uint8_t)
-
+
int read ()
-
+
int available ()
-
+
void flush ()
-
+
size_t print (const __FlashStringHelper *)
-
+
size_t print (const String &)
-
+
size_t print (const char[])
-
+
size_t print (char)
-
+
size_t print (unsigned char, int=DEC)
-
+
size_t print (int, int=DEC)
-
+
size_t print (unsigned int, int=DEC)
-
+
size_t print (long, int=DEC)
-
+
size_t print (unsigned long, int=DEC)
-
+
size_t print (double, int=2)
-
+
size_t print (const Printable &)
-
+
size_t println (const __FlashStringHelper *)
-
+
size_t println (const String &s)
-
+
size_t println (const char[])
-
+
size_t println (char)
-
+
size_t println (unsigned char, int=DEC)
-
+
size_t println (int, int=DEC)
-
+
size_t println (unsigned int, int=DEC)
-
+
size_t println (long, int=DEC)
-
+
size_t println (unsigned long, int=DEC)
-
+
size_t println (double, int=2)
-
+
size_t println (const Printable &)
-
+
size_t println (void)
Control class for JDY08 module. Most methods supported by this module are implemented in ISerial interface.
-
+
+
◆ JDY08()
+
@@ -260,7 +235,9 @@ size_t println (void)<
-
+
+◆ begin()
+
@@ -296,7 +273,7 @@ size_t println (void)<
JDY08
+ 1.8.13
diff --git a/class_m_q_t_t_client-members.html b/class_m_q_t_t_client-members.html
index 2e595bb0..81d98024 100644
--- a/class_m_q_t_t_client-members.html
+++ b/class_m_q_t_t_client-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -130,7 +103,7 @@ $(document).ready(function(){initNavTree('class_m_q_t_t_client.html','');});
diff --git a/class_m_q_t_t_client.html b/class_m_q_t_t_client.html
index b517f521..dec71df3 100644
--- a/class_m_q_t_t_client.html
+++ b/class_m_q_t_t_client.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: MQTTClient Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -153,7 +126,9 @@ Public Member Functions
Client for simple MQTT communication.
-
+
+
◆ MQTTClient()
+
@@ -196,7 +171,9 @@ Public Member Functions
-
+
+◆ check()
+
@@ -215,7 +192,9 @@ Public Member Functions
-
+
+◆ connect()
+
@@ -293,7 +272,9 @@ Public Member Functions
-
+
+◆ disconnect()
+
@@ -311,7 +292,9 @@ Public Member Functions
-
+
+◆ ping()
+
@@ -329,7 +312,9 @@ Public Member Functions
-
+
+◆ publish() [1/2]
+
@@ -365,7 +350,9 @@ Public Member Functions
-
+
+◆ publish() [2/2]
+
@@ -402,7 +389,9 @@ Public Member Functions
-
+
+◆ subscribe()
+
@@ -427,7 +416,9 @@ Public Member Functions
-
+
+◆ unsubscribe()
+
@@ -464,7 +455,7 @@ Public Member Functions
MQTTClient
+ 1.8.13
diff --git a/class_module-members.html b/class_module-members.html
index 7d957dfa..e56cb723 100644
--- a/class_module-members.html
+++ b/class_module-members.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Member List
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
diff --git a/class_module.html b/class_module.html
index c8604bc5..fa4ffeab 100644
--- a/class_module.html
+++ b/class_module.html
@@ -3,7 +3,8 @@
-
+
+
RadioLib: Module Class Reference
@@ -14,14 +15,10 @@
-
@@ -40,43 +37,19 @@
-
+
-
-
+
+
+
+
@@ -154,7 +127,7 @@ Public Member Functions
void term (uint8_t interface)
Terminate low-level module control. More...
-
+
void ATemptyBuffer ()
Empty internal AT buffer.
@@ -188,30 +161,30 @@ void
void SPItransfer (uint8_t cmd, uint8_t reg, uint8_t *dataOut, uint8_t *dataIn, uint8_t numBytes)
SPI single transfer method. More...
-
RADIOLIB_PIN_TYPE getCs () const
-
Access method to get the pin number of SPI chip select. More...
-
-
RADIOLIB_PIN_TYPE getIrq () const
-
Access method to get the pin number of interrupt/GPIO. More...
-
-
RADIOLIB_PIN_TYPE getRst () const
-
Access method to get the pin number of hardware reset pin. More...
-
-
RADIOLIB_PIN_TYPE getGpio () const
-
Access method to get the pin number of second interrupt/GPIO. More...
-
-
RADIOLIB_PIN_TYPE getRx () const
-
Access method to get the pin number of UART Rx. More...
-
-
RADIOLIB_PIN_TYPE getTx () const
-
Access method to get the pin number of UART Rx. More...
-
-
SPIClass * getSpi () const
-
Access method to get the SPI interface. More...
-
-
SPISettings getSpiSettings () const
-
Access method to get the SPI interface settings. More...
-
+
RADIOLIB_PIN_TYPE getCs () const
+
Access method to get the pin number of SPI chip select. More...
+
+
RADIOLIB_PIN_TYPE getIrq () const
+
Access method to get the pin number of interrupt/GPIO. More...
+
+
RADIOLIB_PIN_TYPE getRst () const
+
Access method to get the pin number of hardware reset pin. More...
+
+
RADIOLIB_PIN_TYPE getGpio () const
+
Access method to get the pin number of second interrupt/GPIO. More...
+
+
RADIOLIB_PIN_TYPE getRx () const
+
Access method to get the pin number of UART Rx. More...
+
+
RADIOLIB_PIN_TYPE getTx () const
+
Access method to get the pin number of UART Rx. More...
+
+
SPIClass * getSpi () const
+
Access method to get the SPI interface. More...
+
+
SPISettings getSpiSettings () const
+
Access method to get the SPI interface settings. More...
+
void setRfSwitchPins (RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control over those two pins to automatically switch Rx and Tx state. When using automatic RF switch control, DO NOT change the pin mode of rxEn or txEn from Arduino sketch! More...
@@ -242,7 +215,7 @@ Static Public Member Functions
static void detachInterrupt (RADIOLIB_PIN_TYPE interruptNum)
Arduino core detachInterrupt override. More...
-
+
static void yield ()
Arduino core yield override.
@@ -252,34 +225,34 @@ static void
static void delayMicroseconds (uint32_t us)
Arduino core delayMicroseconds override. More...
-
+
static uint32_t millis ()
Arduino core millis override.
-
+
static uint32_t micros ()
Arduino core micros override.
-
+
SoftwareSerial * ModuleSerial
Internal SoftwareSerial instance.
-
+
uint32_t baudrate = 9600
Baud rate of SoftwareSerial UART communication. Defaults to 9600 baud.
-
+
char AtLineFeed [3] = {'\r', '\n'}
Line feed to be used when sending AT commands. Defaults to CR+LF.
-
+
uint8_t SPIreadCommand = 0b00000000
Basic SPI read command. Defaults to 0x00.
-
+
uint8_t SPIwriteCommand = 0b10000000
Basic SPI write command. Defaults to 0x80.
@@ -287,7 +260,9 @@ uint8_t
Implements all common low-level SPI/UART/I2C methods to control the wireless module. Every module class contains one private instance of this class.
-
+
+◆ Module() [1/7]
+
@@ -336,7 +311,9 @@ uint8_t
+
+◆ Module() [2/7]
+
@@ -378,7 +355,9 @@ uint8_t
+
+◆ Module() [3/7]
+
@@ -427,7 +406,9 @@ uint8_t
+
+◆ Module() [4/7]
+
@@ -483,7 +464,9 @@ uint8_t
+
+◆ Module() [5/7]
+
@@ -546,7 +529,9 @@ uint8_t
+
+◆ Module() [6/7]
+
@@ -623,7 +608,9 @@ uint8_t