RadioLib
Universal wireless communication library for Arduino
|
Macros | |
#define | RADIOLIB_ENCODING_NRZ (0x00) |
Non-return to zero - no encoding. | |
#define | RADIOLIB_ENCODING_MANCHESTER (0x01) |
Manchester encoding. | |
#define | RADIOLIB_ENCODING_WHITENING (0x02) |
Whitening. | |