From b4961cdefe565d161704355a1b91182da3ff50ae Mon Sep 17 00:00:00 2001 From: Jesse R Codling Date: Sat, 15 May 2021 14:52:07 -0400 Subject: [PATCH] Library Manifest for Arduino/PlatformIO This lets this library be added to either or both repositories --- keywords.txt | 23 +++++++++++++++++++++++ library.properties | 9 +++++++++ 2 files changed, 32 insertions(+) create mode 100644 keywords.txt create mode 100644 library.properties 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=*