From da3d887413647a7084bc4668d58f607a7c9a0753 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sat, 18 Apr 2020 14:20:45 +0200 Subject: [PATCH] Added library.json for platformio integration --- library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..2256d45 --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "cxx-ring-buffer", + "version": "1.0.0", + "build": { + "includeDir": "include", + "srcFilter": + [ + "+<*>", + "-", + "-" + ] + } +}