|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | t1 () |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | p1 |
| struct k_t * | s1 |
| void loop | ( | void | ) |
Definition at line 38 of file k013semsync.ino.
| void setup | ( | ) |
Definition at line 17 of file k013semsync.ino.
References k_crt_sem(), k_crt_task(), k_init(), k_start(), p1, s1, and t1.

| void t1 | ( | void | ) |
Definition at line 7 of file k013semsync.ino.
References k_set_sem_timer(), k_wait(), and s1.

| struct k_t* p1 |
Definition at line 5 of file k013semsync.ino.
| struct k_t * s1 |
Definition at line 5 of file k013semsync.ino.