Update CC1101.h

This commit is contained in:
Chris Terwilliger 2021-12-22 22:26:05 -05:00 committed by GitHub
parent b01413db4a
commit 09d9d2c615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.