Klicova slova, vlastnosti knihovny.

This commit is contained in:
Pavel Brychta 2018-04-22 15:53:28 +02:00
parent 9f66fa07ac
commit 5ddb7195a9
3 changed files with 58 additions and 0 deletions

27
keywords.txt Normal file
View File

@ -0,0 +1,27 @@
#######################################
# Syntax Coloring Map LowPower
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
#######################################
# Methods and Functions (KEYWORD2)
#######################################
TRACE KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
Interval KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
TRACE_INFO LITERAL1
TRACE_ERROR LITERAL1
TRACE_WARNING LITERAL1
TRACE_DEBUG LITERAL1

22
library.json Normal file
View File

@ -0,0 +1,22 @@
{
"name":"Trace",
"description":"Web based trace debug module",
"keywords":"debug,trace",
"authors":
{
"name": "Pavel Brychta",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "http://git.xpablo.cz/pablo2048/Trace.git"
},
"version": "0.0.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}

9
library.properties Normal file
View File

@ -0,0 +1,9 @@
name=Trace
version=0.0.1
author=Pavel Brychta
maintainer=Pavel Brychta
sentence=Make timing by using intervals instead of delay()
paragraph=Make timing by using intervals instead of delay()
category=Other
url=http://git.xpablo.cz/pablo2048/Trace
architectures=*