Go to the source code of this file.
◆ HEATSHRINK_AUTHOR
#define HEATSHRINK_AUTHOR "Scott Vokes <vokes.s@gmail.com>" |
◆ HEATSHRINK_URL
#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink" |
◆ HEATSHRINK_VERSION_MAJOR
#define HEATSHRINK_VERSION_MAJOR 0 |
◆ HEATSHRINK_VERSION_MINOR
#define HEATSHRINK_VERSION_MINOR 4 |
◆ HEATSHRINK_VERSION_PATCH
#define HEATSHRINK_VERSION_PATCH 1 |
◆ HEATSHRINK_MIN_WINDOW_BITS
#define HEATSHRINK_MIN_WINDOW_BITS 4 |
◆ HEATSHRINK_MAX_WINDOW_BITS
#define HEATSHRINK_MAX_WINDOW_BITS 15 |
◆ HEATSHRINK_MIN_LOOKAHEAD_BITS
#define HEATSHRINK_MIN_LOOKAHEAD_BITS 3 |
◆ HEATSHRINK_LITERAL_MARKER
#define HEATSHRINK_LITERAL_MARKER 0x01 |
◆ HEATSHRINK_BACKREF_MARKER
#define HEATSHRINK_BACKREF_MARKER 0x00 |