library.properties 625 B

123456789
  1. name=Scheduler
  2. version=0.4.4
  3. author=Arduino
  4. maintainer=Arduino <info@arduino.cc>
  5. sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino sam and samd architectures only (Due, Zero...).
  6. paragraph=The Scheduler library enables the Arduino 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.
  7. category=Other
  8. url=http://www.arduino.cc/en/Reference/Scheduler
  9. architectures=sam,samd