|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | wr (void) |
| void | setup () |
| void | loop () |
| void loop | ( | void | ) |
Definition at line 46 of file rt-arduino-periodic-delay.ino.
| void setup | ( | ) |
Definition at line 34 of file rt-arduino-periodic-delay.ino.
References k_crt_task(), k_init(), k_start(), and wr().

| void wr | ( | void | ) |
Definition at line 15 of file rt-arduino-periodic-delay.ino.
References DI, EI, i, k_millis(), k_millis_counter, k_sleep(), and x.
Referenced by setup().

