1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/qcbor/doc.txt

16 lines
365 B
Plaintext
Raw Normal View History

2020-03-08 19:11:23 +01:00
/**
* @defgroup pkg_qcbor QCBOR for RIOT
* @ingroup pkg
* @brief Small footprint CBOR encoder/decoder
* @see https://github.com/laurencelundblade/QCBOR
*
* Usage
* -----
*
* It can be added as a package in the Makefile of the application:
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
* USEPKG += qcbor
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*/