|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | t1 () |
| void | setup () |
| void | loop () |
| void | k_breakout () |
Variables | |
| struct k_t * | p |
| char | stak [100] |
| void k_breakout | ( | void | ) |
Definition at line 55 of file krnldebugled8to13.ino.
References pRun.
| void loop | ( | void | ) |
Definition at line 47 of file krnldebugled8to13.ino.
| void setup | ( | ) |
Definition at line 28 of file krnldebugled8to13.ino.
References i, k_crt_task(), k_init(), k_start(), p, stak, and t1.

| void t1 | ( | void | ) |
Definition at line 17 of file krnldebugled8to13.ino.
References k_sleep().

| struct k_t* p |
Definition at line 11 of file krnldebugled8to13.ino.
| char stak[100] |
Definition at line 12 of file krnldebugled8to13.ino.