You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
name=Portable Scheduler
1
+
name=Scheduler
2
2
version=1.2.7
3
3
author=Mikael Patel
4
4
maintainer=Mikael Patel <mikael.patel@gmail.com>
5
-
sentence="Portable Collaborative Multi-Tasking Scheduler for Arduino"
5
+
sentence="Cooperative Multi-Tasking Scheduler for Arduino"
6
6
paragraph=This library is a portable implementation of the Arduino Scheduler interface. The function yield() will context switch between multiple loop() functions.
0 commit comments