|
|
#define | RADIOLIB_ENCODING_NRZ (0x00) |
| | Non-return to zero - no encoding.
|
| |
|
#define | RADIOLIB_ENCODING_MANCHESTER (0x01) |
| | Manchester encoding.
|
| |
|
#define | RADIOLIB_ENCODING_WHITENING (0x02) |
| | Whitening.
|
| |
|
#define | RADIOLIB_ENCODING_MANCHESTER_INV (0x03) |
| | Inverted Manchester encoding.
|
| |