Skip to content

microlzw v1.1.0

Latest
Compare
Choose a tag to compare
@nthnn nthnn released this 07 Jul 16:13

Arduino CI Arduino Lint License: MIT

microlzw is a lightweight and embeddable Micro Lempel-Ziv-Welch (MLZW) compression library designed specifically for Arduino projects. It provides efficient string compression and decompression functionalities, catering to scenarios where memory and storage resources are limited.

  • Memory-Friendly: Designed to work within the constraints of Arduino projects, ensuring efficient use of memory resources.
  • Easy Integration: Simple and straightforward API for easy integration into your Arduino projects.
  • Comprehensive Documentation: The header file includes detailed comments to guide developers in using the library effectively.

Usage

See the easy to follow full example usage here.

Full Changelog: v1.0.0...v1.1.0