mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f2bda2bb69
tests/pkg_lora-serialization: Add test application
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).
|
|
*/
|