forked from thijse/Arduino-Log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
19 lines (19 loc) · 898 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "ArduinoLog",
"keywords": "logging, debug, log, log levels, AVR, ESP8266",
"description": "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, ESP8266 & ESP32 boards. Detailed instructions for use on Github page.",
"version": "1.1.1",
"authors": {
"name": "Thijs Elenbaas",
"url": "https://github.com/thijse",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/thijse/Arduino-Log"
},
"homepage": "https://github.com/thijse/Arduino-Log/",
"frameworks": ["arduino"],
"platforms": "*",
"examples": "examples/*/*.ino"
}