|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | t1 (void) |
| void | t2 (void) |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | pt1 |
| struct k_t * | pt2 |
| char | s1 [200] |
| char | s2 [200] |
| void loop | ( | void | ) |
Definition at line 65 of file myfirstkrnl.ino.
| void setup | ( | ) |
| void t1 | ( | void | ) |
Definition at line 12 of file myfirstkrnl.ino.
References k_sleep().

| void t2 | ( | void | ) |
Definition at line 23 of file myfirstkrnl.ino.
References k_sleep().

| struct k_t* pt1 |
Definition at line 6 of file myfirstkrnl.ino.
| struct k_t * pt2 |
Definition at line 7 of file myfirstkrnl.ino.
| char s1[200] |
Definition at line 9 of file myfirstkrnl.ino.
| char s2[200] |
Definition at line 10 of file myfirstkrnl.ino.