|
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 * | p1 |
| struct k_t * | p2 |
| struct k_t * | p3 |
| char | st1 [100] |
| char | st2 [100] |
| char | st3 [100] |
| void k_breakout | ( | void | ) |
Definition at line 61 of file krnldebugled8to13full.ino.
References pRun.
| void loop | ( | void | ) |
Definition at line 54 of file krnldebugled8to13full.ino.
| void setup | ( | ) |
| void t1 | ( | void | ) |
Definition at line 22 of file krnldebugled8to13full.ino.
References k_sleep().

| struct k_t* p1 |
Definition at line 16 of file krnldebugled8to13full.ino.
| struct k_t * p2 |
Definition at line 16 of file krnldebugled8to13full.ino.
| struct k_t * p3 |
Definition at line 16 of file krnldebugled8to13full.ino.
| char st1[100] |
Definition at line 17 of file krnldebugled8to13full.ino.
| char st2[100] |
Definition at line 17 of file krnldebugled8to13full.ino.
| char st3[100] |
Definition at line 17 of file krnldebugled8to13full.ino.