rtl433
UNKNOWN
RTL-433 utility
|
OpenEnergyMonitor.org emonTx sensor protocol. More...
Data Structures | |
struct | emontx |
Functions | |
static int | emontx_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
Variables | |
static unsigned char | preamble [3] = { 0xaa, 0xaa, 0xaa } |
static unsigned char | pkt_hdr_inverted [3] = { 0xd2, 0x2d, 0xc0 } |
static unsigned char | pkt_hdr [3] = { 0x2d, 0xd2, 0x00 } |
static char * | output_fields [] |
r_device | emontx |
OpenEnergyMonitor.org emonTx sensor protocol.
Copyright (C) 2016 Tommy Vestermark Copyright (C) 2016 David Woodhouse
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
static |
|
static |
|
static |
Referenced by emontx_callback().
|
static |
Referenced by emontx_callback().
|
static |