Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedYousryM committed Feb 3, 2024
1 parent 55a1fdf commit dd16a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.
sentence=Allows Arduino programmer to create a sequence of actions and pauses without blocking the thread.
paragraph=Each Sequence is constructed from: boolean return functions, or time pauses. Each function run until it returns true. Many sequences can be declared without blocking each other.
category=Device Control
url=https://github.com/AhmedYousryM/NonBlockingSequence
architectures=*
Expand Down

0 comments on commit dd16a64

Please sign in to comment.