Skip to content

libCBOR v1.2.0

Compare
Choose a tag to compare
@ssilverman ssilverman released this 22 Nov 07:01
· 45 commits to master since this release

This release updates the API to include a way to access the read size and write size, and also makes the Reader and Writer classes implement Stream and Print, respectively. As well, the byte array and EEPROM Stream and Print implementations now provide a way to access the internal index (or address, in the case of EEPROM), for ease of determining how far reading or writing has progressed.