Arduino-Scheduler
Portable Collaborative Multi-Tasking Scheduler for Arduino
|
#include <Scheduler.h>
Go to the source code of this file.
Macros | |
#define | TASKS |
Functions | |
void | setup () |
void | loop () |
Copyright (C) 2015-2016, Mikael Patel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
Benchmark size of Scheduler library.
Board Baseline Total Size Arduino Pro-Mini 1810/200 2356/242 546/42 Arduino Mega 2560 2098/200 2646/244 548/44 Arduino Due 10204/– 10428/– 224/– Teensy 3.1 (72 MHz) 16312/4644 10556/4304 ???/???
Definition in file SchedulerBenchmarkSize.ino.
#define TASKS |
Definition at line 30 of file SchedulerBenchmarkSize.ino.
void loop | ( | ) |
Definition at line 54 of file SchedulerBenchmarkSize.ino.
void setup | ( | ) |
Definition at line 42 of file SchedulerBenchmarkSize.ino.