Skip to content

Commit 6d62b63

Browse files
committed
Support files
1 parent f5eaf92 commit 6d62b63

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode/ipch

library.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "MicroDebug",
3+
"keywords": "Debug",
4+
"description": "Really simple debug library for use with Arduino",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/jeremypoulter/MicroDebug.git"
9+
},
10+
"authors":
11+
[
12+
{
13+
"name": "Jeremy Poulter",
14+
"email": "[email protected]",
15+
"maintainer": true
16+
}
17+
],
18+
"version": "0.0.1",
19+
"frameworks": "arduino",
20+
"platforms": "*"
21+
}

0 commit comments

Comments
 (0)