Update SX127x.h

This commit is contained in:
Chris Terwilliger 2021-12-20 18:21:27 -05:00 committed by GitHub
parent 0bd11f8c2f
commit 9f842acfe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -930,6 +930,15 @@ class SX127x: public PhysicalLayer {
*/
int16_t setOokFixedOrFloorThreshold(uint8_t value);
/*!
\brief Size of each decrement of the RSSI threshold in the OOK demodulator.
\param value Step size: RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_0_5_DB (default), RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_1_0_DB, RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_1_5_DB, RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_2_0_DB, RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_3_0_DB, RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_4_0_DB, RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_5_0_DB, RADIOLIB_SX127X_OOK_PEAK_THRESH_STEP_6_0_DB
\returns \ref status_codes
*/
int16_t setOokPeakThresholdStep(uint8_t value);
/*!
\brief Enable Bit synchronizer.