From 2aee28fc0e926f299b4d7a71706dc258f09379c3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 12 Jan 2024 18:49:49 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2094808?= =?UTF-8?q?8c1e1ca97af8a7f1c184bcf5acc56f5162e=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x128x_8h_source.html | 58 ++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/_s_x128x_8h_source.html b/_s_x128x_8h_source.html index 70951235..0ce77324 100644 --- a/_s_x128x_8h_source.html +++ b/_s_x128x_8h_source.html @@ -589,35 +589,35 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
808  int16_t clearIrqStatus(uint16_t clearIrqParams = RADIOLIB_SX128X_IRQ_ALL);
809  int16_t setRangingRole(uint8_t role);
810  int16_t setPacketType(uint8_t type);
-
811  int16_t setHeaderType(uint8_t hdrType, size_t len = 0xFF);
-
812 
-
813 #if !RADIOLIB_GODMODE
-
814  private:
-
815 #endif
-
816  Module* mod;
-
817 
-
818  // common low-level SPI interface
-
819  static int16_t SPIparseStatus(uint8_t in);
-
820 
-
821  // common parameters
-
822  uint8_t power = 0;
-
823 
-
824  // cached LoRa parameters
-
825  uint8_t invertIQEnabled = RADIOLIB_SX128X_LORA_IQ_STANDARD;
-
826 
-
827  // cached GFSK parameters
-
828  float modIndexReal = 0;
-
829  uint16_t bitRateKbps = 0;
-
830  uint8_t bitRate = 0, modIndex = 0, shaping = 0;
-
831  uint8_t preambleLengthGFSK = 0, syncWordLen = 0, syncWordMatch = 0, crcGFSK = 0, whitening = 0;
-
832 
-
833  // cached FLRC parameters
-
834  uint8_t codingRateFLRC = 0;
-
835 
-
836  // cached BLE parameters
-
837  uint8_t connectionState = 0, crcBLE = 0, bleTestPayload = 0;
-
838 
-
839  int16_t config(uint8_t modem);
+
811 
+
812 #if !RADIOLIB_GODMODE
+
813  private:
+
814 #endif
+
815  Module* mod;
+
816 
+
817  // common low-level SPI interface
+
818  static int16_t SPIparseStatus(uint8_t in);
+
819 
+
820  // common parameters
+
821  uint8_t power = 0;
+
822 
+
823  // cached LoRa parameters
+
824  uint8_t invertIQEnabled = RADIOLIB_SX128X_LORA_IQ_STANDARD;
+
825 
+
826  // cached GFSK parameters
+
827  float modIndexReal = 0;
+
828  uint16_t bitRateKbps = 0;
+
829  uint8_t bitRate = 0, modIndex = 0, shaping = 0;
+
830  uint8_t preambleLengthGFSK = 0, syncWordLen = 0, syncWordMatch = 0, crcGFSK = 0, whitening = 0;
+
831 
+
832  // cached FLRC parameters
+
833  uint8_t codingRateFLRC = 0;
+
834 
+
835  // cached BLE parameters
+
836  uint8_t connectionState = 0, crcBLE = 0, bleTestPayload = 0;
+
837 
+
838  int16_t config(uint8_t modem);
+
839  int16_t setHeaderType(uint8_t hdrType, size_t len = 0xFF);
840 };
841 
842 #endif