-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathlibrary.properties
More file actions
9 lines (9 loc) · 766 Bytes
/
library.properties
File metadata and controls
9 lines (9 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
name=Task by Makuna
version=1.1.6
author=Michael C. Miller (makuna@live.com)
maintainer=Michael C. Miller (makuna@live.com)
sentence=A library that makes creating complex multiple task projects easy.
paragraph=This implements a non-preemptive multitasking library which is efficient in speed and memory, which is good for small Arduino hardware. While multitasking is an advanced topic, our friends at AdaFruit have a great article on it here: https://learn.adafruit.com/multi-tasking-the-arduino-part-1?view=all. Samples include blinking an LED without using delay(), monitoring and reacting to a button press, cross task messaging, and responding to a rotary encoder. Tested on AVR and ESP8266.
category=Timing
url=https://github.com/Makuna/Task
architectures=*