Skip to content

Commit

Permalink
Merge pull request #2 from danpetry/tinycbor_djp_text_fixups
Browse files Browse the repository at this point in the history
Fixup: some changes to doc.txt
  • Loading branch information
bergzand authored Sep 20, 2018
2 parents 47f3529 + 05fc135 commit 76a1b09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/tinycbor/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
*
* # TinyCBOR
*
* TinyCBOR is a small CBOR encoder and decoder, optimized for very fast
* operation with very small footprint.
* TinyCBOR is a CBOR encoder and decoder with a very small footprint, optimized
* for very fast operation.
*
* The main encoder and decoder function don't use dynamic memory allocation.
* The main encoder and decoder functions don't use dynamic memory allocation.
*
* # Usage
*
* Just add it as a package in your application:
* Just add it as a package in your application's Makefile:
*
* ```makefile
* USEPKG += tinycbor
* ```
*
* TinyCBOR has optional floating point support. In RIOT-os this is enabled by
* adding to your application:
* TinyCBOR has optional floating point support. In RIOT-OS this is enabled by
* adding the following line to your application's Makefile:
*
* ```makefile
* USEMODULE += tinycbor_float
Expand Down

0 comments on commit 76a1b09

Please sign in to comment.