|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | t1 () |
| void | emergencyBlink () |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | p |
| void emergencyBlink | ( | ) |
Definition at line 21 of file k01myfirsttask.ino.
Referenced by setup().

| void loop | ( | void | ) |
Definition at line 49 of file k01myfirsttask.ino.
| void setup | ( | ) |
Definition at line 31 of file k01myfirsttask.ino.
References emergencyBlink(), k_crt_task(), k_init(), k_start(), p, and t1.

| void t1 | ( | void | ) |
Definition at line 8 of file k01myfirsttask.ino.
References k_sleep().

| struct k_t* p |
Definition at line 6 of file k01myfirsttask.ino.
Referenced by setup().