|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | t1 () |
| void | setup () |
| void | loop () |
Variables | |
| char | s [150] |
| struct k_t * | e |
| void loop | ( | void | ) |
Definition at line 27 of file krnlstaktstprint.ino.
| void setup | ( | ) |
Definition at line 19 of file krnlstaktstprint.ino.
References e, i, k_crt_task(), k_init(), k_start(), s, and t1.

| void t1 | ( | void | ) |
Definition at line 6 of file krnlstaktstprint.ino.
References e, i, j, and k_unused_stak().

| struct k_t* e |
Definition at line 5 of file krnlstaktstprint.ino.
| char s[150] |
Definition at line 4 of file krnlstaktstprint.ino.