Skip to content

Commit 548cddb

Browse files
ivankravetsphillipjohnston
authored andcommitted
Add library.json / v1.2.11
1 parent a7a7232 commit 548cddb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

library.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "LibPrintf",
3+
"version": "1.2.11",
4+
"description": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.",
5+
"keywords": "printf, debugging",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/embeddedartistry/arduino-printf.git"
9+
},
10+
"license": "MIT",
11+
"headers": "LibPrintf.h",
12+
"frameworks": "arduino",
13+
"platforms": "*",
14+
"export": {
15+
"include": [
16+
"examples",
17+
"src",
18+
"extras/printf"
19+
]
20+
}
21+
}

0 commit comments

Comments
 (0)