rtl433  UNKNOWN
RTL-433 utility
efergy_optical.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device efergy_optical
 

Function Documentation

◆ efergy_optical_callback()

static int efergy_optical_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ efergy_optical

r_device efergy_optical
Initial value:
= {
.name = "Efergy Optical",
.modulation = FSK_PULSE_PWM,
.short_width = 64,
.long_width = 136,
.sync_width = 500,
.reset_limit = 400,
.decode_fn = &efergy_optical_callback,
.disabled = 0,
.fields = output_fields
}
FSK, Pulse Width Modulation. Short pulses = 1, Long = 0.
Definition: r_device.h:20
static int efergy_optical_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: efergy_optical.c:23
static char * output_fields[]
Definition: efergy_optical.c:115

◆ output_fields

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