Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 26, 2021
2 parents 68dc436 + b1dc29f commit 6a36cf7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "LwOW",
"version": "3.0.2",
"description": "Lightweight one wire library optimized for embedded systems and UART transmission protocol",
"keywords": "lwow, one wire, one-wire, ow, 1-wire, uart, usart, ds18b20",
"repository": {
"type": "git",
"url": "https://github.com/MaJerle/lwow.git"
},
"authors": [
{
"name": "Tilen Majerle",
"email": "tilen@majerle.eu",
"url": "https://majerle.eu"
}
],
"license": "MIT",
"homepage": "https://github.com/MaJerle/lwow",
"dependencies": {

},
"frameworks": "*",
"platforms": "*",
"export": {
"exclude": [
"docs",
"**/.vs",
"**/Debug",
"third_party/embedded-libs/st_hal/CMSIS/Lib/ARM"
]
}
}

0 comments on commit 6a36cf7

Please sign in to comment.