Skip to content

Library Manifest for Arduino/PlatformIO #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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=*