TaskManagerIO
Loading...
Searching...
No Matches
TaskManager.h
1/*
2 * Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
3 * This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
4 */
5
6#ifndef TASKMANAGER_COMPAT_H
7#define TASKMANAGER_COMPAT_H
8
9//
10// Provides compatibility with old task manager if needed
11//
12#include "TaskManagerIO.h"
13
14#endif //TASKMANAGER_COMPAT_H
Task manager is a simple co-routine style implementation for Arduino which supports scheduling work t...