|
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 54 of file krnldebugled13.ino.
References pRun.
| void loop | ( | void | ) |
Definition at line 39 of file krnldebugled13.ino.
| void setup | ( | ) |
| void t1 | ( | void | ) |
Definition at line 11 of file krnldebugled13.ino.
References k_sleep(), and pRun.

| struct k_t* p1 |
Definition at line 5 of file krnldebugled13.ino.
| struct k_t * p2 |
Definition at line 5 of file krnldebugled13.ino.
| struct k_t * p3 |
Definition at line 5 of file krnldebugled13.ino.
| char st1[100] |
Definition at line 6 of file krnldebugled13.ino.
| char st2[100] |
Definition at line 6 of file krnldebugled13.ino.
| char st3[100] |
Definition at line 6 of file krnldebugled13.ino.