1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Scheduler library for Arduino Due to the new format

This commit is contained in:
Fede85 2013-07-04 14:28:58 +02:00
parent 0608c9f83f
commit ef1cfce024
5 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name=Scheduler
author=The Android Open Source Project
email=info@arduino.cc
sentence=The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.
paragraph=The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.</br>This is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.
url=http://arduino.cc/en/Reference/Scheduler
architectures=*
version=0.4
dependencies= none
core-dependencies=arduino (>=1.5.0)