Skip to content

Commit a8e6847

Browse files
authored
Update library.properties
1 parent d293737 commit a8e6847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=ArduinoLog
22
version=1.0.0
33
author=Thijs Elenbaas
44
maintainer=Thijs Elenbaas <[email protected]>
5-
sentence=Simple log library
6-
paragraph=Simple application log library. Main features: multiple log levels, custom output stream, custom formatting, flash memory support.
5+
sentence=Small logging framework
6+
paragraph=ArduinoLog is a minimalistic logging framework to help the programmer output log statements to a variety of output targets. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out. Tested for AVR and ESP8266 boards.
77
category=Communication
88
url=https://github.com/thijse/Arduino-Log/
99
architectures=*

0 commit comments

Comments
 (0)