Skip to content

Commit 5f5c00f

Browse files
Add Arduino library file with more information about the library.
1 parent 942200f commit 5f5c00f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=ArduinoPrintf
2+
version=1.0.0
3+
author=Embedded Artistry
4+
maintainer=Embedded Artistry <contact@embeddedartistry.com>
5+
sentence=Library adding support for the printf family of functions to the Arduino SDK.
6+
paragraph=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.
7+
category=Communication
8+
url=https://github.com/embeddedartistry/arduino-printf
9+
architectures=*
10+
includes=ArduinoPrintf.h

0 commit comments

Comments
 (0)