We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01822b7 commit 67fb508Copy full SHA for 67fb508
README.md
@@ -2,10 +2,15 @@
2
Arduino Library to use Cbor encoder and decoder in Arduino BOARDS based in https://github.com/naphaso/cbor-cpp library.
3
4
I included several sketches to try the library basically:
5
+
6
-cbortest: encode and decode in one board cbor message.
7
8
-Cbor_Serialport_sender: Encode a Cbor package and send through serialport
9
10
-Cbor_Master_Reader: I2C Master reader a cbor package from a Slave Arduino (!!!! NOT WORKING YET)
11
12
-Cbor_Slave_sender: I2C Slave sender a cbor package to a Master Arduino
13
14
15
16
0 commit comments