Refresh

This website github.com/nthnn/microlzw/releases is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Skip to content

Releases: nthnn/microlzw

microlzw v1.1.0

07 Jul 16:13
Compare
Choose a tag to compare

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

microlzw v1.0.0

05 Dec 03:49
Compare
Choose a tag to compare

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.