Merge pull request #454 from cterwilliger/documentation-updates
Documentation updates
This commit is contained in:
commit
6acf8feacc
2 changed files with 3 additions and 2 deletions
|
@ -869,7 +869,8 @@ class CC1101: public PhysicalLayer {
|
|||
int16_t setDataShaping(uint8_t sh) override;
|
||||
|
||||
/*!
|
||||
\brief Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ and RADIOLIB_ENCODING_WHITENING.
|
||||
\brief Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER, and RADIOLIB_ENCODING_WHITENING.
|
||||
Note that encoding on CC1101 is applied to the entire stream including preamble, sync word, and CRC.
|
||||
|
||||
\param encoding Encoding to be used.
|
||||
|
||||
|
|
|
@ -791,7 +791,7 @@ class SX127x: public PhysicalLayer {
|
|||
float getAFCError();
|
||||
|
||||
/*!
|
||||
\brief Gets signal-to-noise ratio of the latest received packet.
|
||||
\brief Gets signal-to-noise ratio of the latest received packet. Only available in LoRa mode.
|
||||
|
||||
\returns Last packet signal-to-noise ratio (SNR).
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue