rtl433  UNKNOWN
RTL-433 utility
oregon_scientific_v1.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device oregon_scientific_v1
 

Function Documentation

◆ oregon_scientific_v1_callback()

static int oregon_scientific_v1_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ oregon_scientific_v1

r_device oregon_scientific_v1
Initial value:
= {
.name = "OSv1 Temperature Sensor",
.modulation = OOK_PULSE_PWM_OSV1,
.short_width = 1465,
.sync_width = 5780,
.gap_limit = 3500,
.reset_limit = 14000,
.disabled = 0,
.fields = output_fields
}
static char * output_fields[]
Definition: oregon_scientific_v1.c:72
Pulse Width Modulation. Oregon Scientific v1.
Definition: r_device.h:17
static int oregon_scientific_v1_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: oregon_scientific_v1.c:17

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"brand",
"model",
"sid",
"id",
"channel",
"battery",
"temperature_C",
NULL
}