Skip to content

Commit

Permalink
Add platformio library definition
Browse files Browse the repository at this point in the history
This allows importing the scpi-parser library to platformio
projects using this definition in platformio.ini:

lib_deps = https://github.com/j123b567/scpi-parser.git
  • Loading branch information
PetteriAimonen committed Mar 5, 2024
1 parent 4e87990 commit 814d418
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "scpi-parser",
"keywords": "scpi",
"version": "2.3-pre",
"description": "Open Source SCPI device library",
"repository": {
"type": "git",
"url": "https://github.com/j123b567/scpi-parser.git"
},
"authors": {
"name": "Jan Breuer",
"email": "jan.breuer@jaybee.cz"
},
"build": {
"includeDir": "libscpi/inc",
"srcDir": "libscpi/src"
},
"examples": [
"examples/test-interactive/main.c"
],
"frameworks": "*",
"platforms": "*"
}

0 comments on commit 814d418

Please sign in to comment.