Skip to content

Commit 3c7a7e8

Browse files
author
j.tara
committed
2 parents d29cde6 + 67fb508 commit 3c7a7e8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
#Library-Arduino-Cbor
22
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+
320

421
###Install:
522
Just copy the folder Cbor in your sketchbook/libraries Folder
623

724
###Use:
825

926
Open Arduino IDE ( without it difficult :D)
10-
1127
File -> Examples -> Cbor -> cbortest

0 commit comments

Comments
 (0)