Skip to content

Commit 8c75835

Browse files
committed
Vendor MsgPack library
1 parent 72b0eef commit 8c75835

File tree

8 files changed

+3707
-0
lines changed

8 files changed

+3707
-0
lines changed

src/MsgPack.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#pragma once
2+
#ifndef HT_SERIAL_MSGPACK_H
3+
#define HT_SERIAL_MSGPACK_H
4+
5+
#include <DebugLog.h>
6+
#ifdef MSGPACK_DEBUGLOG_ENABLE
7+
#include <DebugLogEnable.h>
8+
#else
9+
#include <DebugLogDisable.h>
10+
#endif
11+
12+
#include "MsgPack/Types.h"
13+
#include "MsgPack/Packer.h"
14+
#include "MsgPack/Unpacker.h"
15+
#include "MsgPack/Utility.h"
16+
17+
namespace MsgPack = arduino::msgpack;
18+
19+
#include <DebugLogRestoreState.h>
20+
21+
#endif // ARDUINOMSGPACK_H

0 commit comments

Comments
 (0)