mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
365 B
Plaintext
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
|
||
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
*
|
||
|
*/
|