Update CC1101.h
This commit is contained in:
parent
b01413db4a
commit
09d9d2c615
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ 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.
|
||||
|
||||
\param encoding Encoding to be used.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue