forked from Ferdi265/cxx-ring-buffer
Added library.json for platformio integration
This commit is contained in:
13
library.json
Normal file
13
library.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "cxx-ring-buffer",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"build": {
|
||||||
|
"includeDir": "include",
|
||||||
|
"srcFilter":
|
||||||
|
[
|
||||||
|
"+<*>",
|
||||||
|
"-<detect>",
|
||||||
|
"-<detect/*>"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user