Added links to the book page in each example

This commit is contained in:
Benoit Blanchon
2019-03-04 12:17:41 +01:00
parent 3df4efd512
commit afdd913a2f
9 changed files with 114 additions and 10 deletions

View File

@ -4,6 +4,8 @@
//
// This example shows how to deserialize a MessagePack document with
// ArduinoJson.
//
// https://arduinojson.org/v6/example/msgpack-parser/
#include <ArduinoJson.h>
@ -71,5 +73,3 @@ void setup() {
void loop() {
// not used in this example
}
// Visit https://arduinojson.org/v6/example/msgpack-parser/ for more.