1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/heatshrink/doc.txt
2023-02-27 15:09:08 +01:00

18 lines
414 B
Plaintext

/**
* @defgroup pkg_heatshrink Lightweight compression library
* @ingroup pkg
* @ingroup sys_compression
* @brief Provides a lightweight compression library to RIOT
*
* # Introduction
*
* This package provides a compression library specifically developed for
* memory-constrained devices.
*
* # License
*
* The library is ISC licensed.
*
* @see https://github.com/atomicobject/heatshrink
*/