Added library.json for platformio

This commit is contained in:
2020-09-22 16:07:07 +02:00
parent 0dfc7b4e41
commit 5c42d8fa3b

13
library.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "optional",
"version": "1.0.0",
"build": {
"includeDir": "include",
"srcFilter": [
"+<*>",
"-<.git>",
"-<cmake/>",
"-<tests/*>"
]
}
}