rtl433  UNKNOWN
RTL-433 utility
akhan_100F14.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device akhan_100F14
 

Function Documentation

◆ akhan_rke_callback()

static int akhan_rke_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ akhan_100F14

r_device akhan_100F14
Initial value:
= {
.name = "Akhan 100F14 remote keyless entry",
.modulation = OOK_PULSE_PWM,
.short_width = 316,
.long_width = 1020,
.reset_limit = 1800,
.sync_width = 0,
.tolerance = 80,
.decode_fn = &akhan_rke_callback,
.disabled = 0,
.fields = output_fields,
}
static int akhan_rke_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: akhan_100F14.c:12
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static char * output_fields[]
Definition: akhan_100F14.c:51

◆ output_fields

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

Referenced by start_outputs().