rtl433  UNKNOWN
RTL-433 utility
fs20.c File Reference

Simple FS20 remote decoder. More...

Functions

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

Variables

static char * output_fields []
 
r_device fs20
 

Detailed Description

Simple FS20 remote decoder.

Copyright (C) 2019 Dominik Pusch domin.nosp@m.ik.p.nosp@m.usch@.nosp@m.koel.nosp@m.n.de

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

Function Documentation

◆ fs20_decode()

static int fs20_decode ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ fs20

r_device fs20
Initial value:
= {
.name = "FS20",
.modulation = OOK_PULSE_PPM,
.short_width = 400,
.long_width = 600,
.reset_limit = 9000,
.decode_fn = &fs20_decode,
.disabled = 1,
.fields = output_fields,
}
Pulse Position Modulation. Short gap = 0, Long = 1.
Definition: r_device.h:12
static char * output_fields[]
Definition: fs20.c:123
static int fs20_decode(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: fs20.c:32

◆ output_fields

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