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
2020-03-09 20:29:50 +01:00

16 lines
365 B
Plaintext

/**
* @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
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*/