Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedYousryM committed Jan 22, 2024
1 parent 0f83df4 commit 0b937db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=NonBlockingSequence
version=1
author=Ahmde Yousry
maintainer=Ahmde Yousry <aym.e@hotmail.com>
sentence=Allows Arduino programmer to create sequence of actions and pauses without blocing the thread.
paragraph=Each Sequence is constructed form: boolean return functions, or time pauses. Each function run until it returns true. The functions can be a calss member function. Each Pause is specified by time in millis.
category=Device Control
url=https://github.com/AhmedYousryM/NonBlockingSequence
architectures=*
includes=NonBlockingSequence.h

0 comments on commit 0b937db

Please sign in to comment.