Skip to content

Commit

Permalink
Support files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Apr 6, 2019
1 parent f5eaf92 commit 6d62b63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/ipch
21 changes: 21 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "MicroDebug",
"keywords": "Debug",
"description": "Really simple debug library for use with Arduino",
"repository":
{
"type": "git",
"url": "https://github.com/jeremypoulter/MicroDebug.git"
},
"authors":
[
{
"name": "Jeremy Poulter",
"email": "jeremy@bigjungle.net",
"maintainer": true
}
],
"version": "0.0.1",
"frameworks": "arduino",
"platforms": "*"
}

0 comments on commit 6d62b63

Please sign in to comment.