diff --git a/keywords.txt b/keywords.txt new file mode 100644 index 0000000..899c6a7 --- /dev/null +++ b/keywords.txt @@ -0,0 +1,23 @@ +####################################### +# Syntax Coloring Map +####################################### + +####################################### +# Datatypes (KEYWORD1) +####################################### +NeoTee KEYWORD1 +NeoTeeStream KEYWORD1 + + +####################################### +# Methods and Functions (KEYWORD2) +####################################### + +NeoTeeStream KEYWORD2 +NeoTee KEYWORD2 +NumStreams KEYWORD2 +Streams KEYWORD2 + +###################################### +# Constants (LITERAL1) +###################################### diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..f263d06 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=NeoTee +version=1.0.1 +author=SlashDevin, jclds139 +maintainer=SlashDevin +sentence=Copy one Arduino Print stream to multiple Print streams +paragraph=This library is like the UNIX "tee" command, which splits an output stream into two streams, but with N branches. The library provides NeoTee for Print streams and NeoTeeStream for full Stream objects. +category=Other +url=https://github.com/SlashDevin/NeoTee +architecures=*