You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
17
+
If you want to see how Encode and decode the library in one board, you might be want load in any arduino board the sketch included in the library called "cbortest"
18
+
19
+
3
20
4
21
###Install:
5
22
Just copy the folder Cbor in your sketchbook/libraries Folder
0 commit comments