|
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 44 of file krnldebugdmyled13.ino.
References pRun.
| void loop | ( | void | ) |
Definition at line 36 of file krnldebugdmyled13.ino.
| void setup | ( | ) |
Definition at line 23 of file krnldebugdmyled13.ino.
References k_crt_task(), k_init(), k_start(), p, stak, and t1.

| void t1 | ( | void | ) |
Definition at line 12 of file krnldebugdmyled13.ino.
References k_sleep().

| struct k_t* p |
Definition at line 6 of file krnldebugdmyled13.ino.
| char stak[100] |
Definition at line 7 of file krnldebugdmyled13.ino.