mirror of
https://github.com/Ferdi265/cxx-ring-buffer.git
synced 2025-08-03 09:34:28 +02:00
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