mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_lora-serialization Lora Serialization
|
||
|
* @ingroup pkg
|
||
|
* @ingroup sys
|
||
|
* @brief Provides a RIOT support for Lora Serialization format
|
||
|
*
|
||
|
* For more details on the format see
|
||
|
* [this](https://github.com/thesolarnomad/lora-serialization).
|
||
|
*/
|