Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 395 Bytes

File metadata and controls

11 lines (7 loc) · 395 Bytes

ArduinoCbor

Build Status

ArduinoCbor is a C++ library to handle CBOR data structures. CBOR is a binary format based on the JSON data model. Internal the cn-cbor C library is used.

Examples

See the examples folder for how to use the package.