mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
/**
|
|
* @defgroup pkg_nanors small Reed-Solomon code implementation
|
|
* @ingroup pkg
|
|
* @brief Provides a tiny, performant implementation of reed solomon codes
|
|
* @see https://github.com/sleepybishop/nanors
|
|
*/
|