|
rtl433
UNKNOWN
RTL-433 utility
|
Functions | |
| static uint8_t | symbol_6to4 (uint8_t symbol) |
| static int | radiohead_ask_extract (r_device *decoder, bitbuffer_t *bitbuffer, uint8_t row, uint8_t *payload) |
| static int | radiohead_ask_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
| static int | sensible_living_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
Variables | |
| uint8_t | rh_payload [RH_ASK_MAX_PAYLOAD_LEN] = {0} |
| int | rh_data_payload [RH_ASK_MAX_MESSAGE_LEN] |
| static uint8_t | symbols [] |
| static char * | radiohead_ask_output_fields [] |
| static char * | sensible_living_output_fields [] |
| r_device | radiohead_ask |
| r_device | sensible_living |
|
static |
References DATA_ARRAY, data_array(), DATA_INT, data_make(), DATA_STRING, decoder_output_data(), radiohead_ask_extract(), rh_data_payload, and rh_payload.
|
static |
References bitbuffer_extract_bytes(), bitbuffer_search(), bitbuffer::bits_per_row, crc16lsb(), reverse8(), symbol_6to4(), and r_device::verbose.
Referenced by radiohead_ask_callback(), and sensible_living_callback().
|
static |
References DATA_INT, data_make(), DATA_STRING, decoder_output_data(), radiohead_ask_extract(), and rh_payload.
References symbols.
Referenced by radiohead_ask_extract().
| r_device radiohead_ask |
|
static |
| int rh_data_payload[RH_ASK_MAX_MESSAGE_LEN] |
Referenced by radiohead_ask_callback().
| uint8_t rh_payload[RH_ASK_MAX_PAYLOAD_LEN] = {0} |
Referenced by radiohead_ask_callback(), and sensible_living_callback().
| r_device sensible_living |
|
static |
|
static |
Referenced by symbol_6to4().