Skip to content

Commit

Permalink
Merge pull request #5 from maxgerhardt/master
Browse files Browse the repository at this point in the history
Add library.json meta-info file for PlatformIO
  • Loading branch information
gicking committed Mar 24, 2021
2 parents 191d0f6 + c4d913a commit c78db73
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "STM8_headers",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/gicking/STM8_headers.git"
},
"authors": {
"name": "Georg Icking-Konert",
"email": "icking@onlinehome.de",
"url": "https://github.com/gicking"
},
"license": "MIT",
"platforms": "ststm8",
"frameworks": "*",
"build": {
"flags": [
"-I include/"
]
}
}

0 comments on commit c78db73

Please sign in to comment.