mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
/**
|
|
* @defgroup pkg_heatshrink Lightweight compression library
|
|
* @ingroup pkg
|
|
* @ingroup sys
|
|
* @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
|
|
*/ |