Added library.json for platformio integration

This commit is contained in:
2020-04-18 14:20:45 +02:00
committed by Ferdinand Bachmann
parent 7c910b79e5
commit da3d887413

13
library.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "cxx-ring-buffer",
"version": "1.0.0",
"build": {
"includeDir": "include",
"srcFilter":
[
"+<*>",
"-<detect>",
"-<detect/*>"
]
}
}