Klicova slova, vlastnosti knihovny.
This commit is contained in:
parent
9f66fa07ac
commit
5ddb7195a9
27
keywords.txt
Normal file
27
keywords.txt
Normal 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
22
library.json
Normal 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
9
library.properties
Normal 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=*
|
Loading…
Reference in New Issue
Block a user