mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
18 lines
414 B
Plaintext
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
|
|
*/
|