Skip to content

Commit ab6a847

Browse files
committed
Arduino: keyword and properties
1 parent 93a638b commit ab6a847

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Diff for: source/arduino/keywords.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#######################################
2+
# Syntax Coloring Map For ExampleLibrary
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
ASTRONOMY KEYWORD1
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
15+
argvs KEYWORD2
16+
ParseArgs KEYWORD2
17+
18+
19+
#######################################
20+
# Instances (KEYWORD2)
21+
#######################################
22+
23+
#######################################
24+
# Constants (LITERAL1)
25+
#######################################
26+
27+
Astronomy_ObserverGravity LITERAL1
28+
Astronomy_ObserverGravity1 LITERAL1

Diff for: source/arduino/library.properties

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=ASTRONOMYENGINE
2+
version=1.0
3+
author=cosinekitty,DannyRavi
4+
maintainer=cosinekitty,DannyRavi
5+
sentence=Astronomy Engine library
6+
paragraph=Library to Astronomy engine
7+
category=Others
8+
url=https://github.com/dannyravi/astronomy
9+
architectures=rpi2040
10+
includes=astronomy.h,astro_demo_common.h

0 commit comments

Comments
 (0)