rtl433  UNKNOWN
RTL-433 utility
dish_remote_6_3.c File Reference

Functions

static int dish_remote_6_3_callback (r_device *decoder, bitbuffer_t *bitbuffer)
 

Variables

char * button_map []
 
static char * output_fields []
 
r_device dish_remote_6_3
 

Function Documentation

◆ dish_remote_6_3_callback()

static int dish_remote_6_3_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ button_map

char* button_map[]

◆ dish_remote_6_3

r_device dish_remote_6_3
Initial value:
= {
.name = "Dish remote 6.3",
.modulation = OOK_PULSE_PPM,
.short_width = 1692,
.long_width = 2812,
.gap_limit = 4500,
.reset_limit = 9000,
.decode_fn = &dish_remote_6_3_callback,
.disabled = 1,
.fields = output_fields,
}
Pulse Position Modulation. Short gap = 0, Long = 1.
Definition: r_device.h:12
static char * output_fields[]
Definition: dish_remote_6_3.c:132
static int dish_remote_6_3_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: dish_remote_6_3.c:94

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"button",
NULL
}