Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -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)
######################################
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -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=*