21#ifndef PLUGINS_ESPNET_RUNLENGTHDECODER_H_
22#define PLUGINS_ESPNET_RUNLENGTHDECODER_H_
30class RunLengthDecoder {
33 ~RunLengthDecoder() {}
39 static const uint8_t ESCAPE_VALUE = 0xFD;
40 static const uint8_t REPEAT_VALUE = 0xFE;
A class used to hold a single universe of DMX data.
Used to hold a single universe of DMX data.
Definition DmxBuffer.h:49
Code for the ESPNet protocol.
Code for supported devices and protocols.
The namespace containing all OLA symbols.
Definition Credentials.cpp:44