Skip to content

Commit

Permalink
update library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lindevs committed Nov 13, 2022
1 parent e3a91f7 commit c413936
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
}
],
"license": "Apache-2.0",
"frameworks": ["arduino"],
"frameworks": [
"arduino"
],
"platforms": "*",
"headers": "core_arduino.h",
"examples": [
{
"name": "Benchmark",
"base": "examples",
"files": "main.cpp"
"files": [
"main.cpp"
]
}
]
}

0 comments on commit c413936

Please sign in to comment.