Update CC1101.h

This commit is contained in:
Chris Terwilliger 2021-12-23 20:57:25 -05:00 committed by GitHub
parent 09d9d2c615
commit 7a1d813dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -870,6 +870,7 @@ class CC1101: public PhysicalLayer {
/*!
\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.