rtl433  UNKNOWN
RTL-433 utility
thermopro_tp11.c File Reference

Functions

static int valid (unsigned data, unsigned check)
 
static int thermopro_tp11_sensor_callback (r_device *decoder, bitbuffer_t *bitbuffer)
 

Variables

static char * output_fields []
 
r_device thermopro_tp11
 

Function Documentation

◆ thermopro_tp11_sensor_callback()

static int thermopro_tp11_sensor_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

◆ valid()

Variable Documentation

◆ output_fields

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

◆ thermopro_tp11

r_device thermopro_tp11
Initial value:
= {
.name = "Thermopro TP11 Thermometer",
.modulation = OOK_PULSE_PPM,
.short_width = 500,
.long_width = 1500,
.gap_limit = 2000,
.reset_limit = 4000,
.disabled = 0,
.fields = output_fields,
}
Pulse Position Modulation. Short gap = 0, Long = 1.
Definition: r_device.h:12
static int thermopro_tp11_sensor_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: thermopro_tp11.c:39
static char * output_fields[]
Definition: thermopro_tp11.c:73