-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ivanseidel/1.5.x-format
Compatible with 1.5.x specification
- Loading branch information
Showing
4 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
####################################### | ||
# Syntax Coloring | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
Thread KEYWORD1 | ||
ThreadController KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
runned KEYWORD2 | ||
setInterval KEYWORD2 | ||
shouldRun KEYWORD2 | ||
onRun KEYWORD2 | ||
run KEYWORD2 | ||
|
||
# Specific of ThreadController | ||
add KEYWORD2 | ||
remove KEYWORD2 | ||
clear KEYWORD2 | ||
size KEYWORD2 | ||
get KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=ArduinoThread | ||
version=2.0 | ||
author=Ivan Seidel <[email protected]> | ||
maintainer=Ivan Seidel <[email protected]> | ||
sentence=A simple way to run Threads on Arduino | ||
paragraph=This Library helps to maintain organized and to facilitate the use of multiple tasks. We can use Timers Interrupts, and make it really powerfull, running "pseudo-background" tasks on the rug. | ||
category=Timing | ||
url=https://github.com/ivanseidel/ArduinoThread | ||
architectures=* |