Skip to content

Commit a93eb65

Browse files
committed
add arduino library files
1 parent e26a5fe commit a93eb65

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

keywords.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
###########################################
2+
# Syntax Coloring Map For List
3+
###########################################
4+
5+
###########################################
6+
# Datatypes (KEYWORD1)
7+
###########################################
8+
9+
AbstractList KEYWORD1
10+
List KEYWORD1
11+
SingleLinkedList KEYWORD1
12+
13+
###########################################
14+
# Methods and Functions (KEYWORD2)
15+
###########################################
16+
17+
addAtIndex KEYWORD2
18+
remove KEYWORD2
19+
get KEYWORD2
20+
getValue KEYWORD2
21+
addLast KEYWORD2
22+
addFirst KEYWORD2
23+
add KEYWORD2
24+
addAll KEYWORD2
25+
toArray KEYWORD2
26+
getSize KEYWORD2
27+
isMutable KEYWORD2
28+
isEmpty KEYWORD2
29+
equals KEYWORD2

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=List
2+
version=1.0.0
3+
author=Niklas Kaaf <[email protected]>
4+
maintainer=Niklas Kaaf <[email protected]>
5+
sentence=The Ultimate Collection of Lists
6+
paragraph=This library extends the Arduino Ecosystem by the functionality of different easy-to-use Lists for numerous purposes.
7+
category=Data Storage
8+
url=https://github.com/nkaaf/List
9+
architectures=*
10+
includes=List.hpp

0 commit comments

Comments
 (0)