File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- //
2- // Created by David Cherry on 28/08/2020.
3- //
1+ /*
2+ * Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
3+ * This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
4+ */
45
56#ifndef _TASKMANAGERIO_TASKBLOCK_H_
67#define _TASKMANAGERIO_TASKBLOCK_H_
78
89#include < TaskPlatformDeps.h>
910#include < TaskTypes.h>
1011
12+ /* *
13+ * @file TaskBlock.h
14+ *
15+ * An internal class definition that is the representation of a task
16+ */
17+
1118/* *
1219 * This is an internal class, and users of the library generally don't see it.
1320 *
Original file line number Diff line number Diff line change 1111#include " TaskBlock.h"
1212
1313/* *
14- * @file TaskManager .h
14+ * @file TaskManagerIO .h
1515 *
1616 * Task manager is a simple co-routine style implementation for Arduino which supports scheduling work to be done
1717 * at a given time, repeating tasks, interrupt marshalling and events. It is generally thread safe such that code
You can’t perform that action at this time.
0 commit comments