|
krnl 1
|

Go to the source code of this file.
Functions | |
| void | test (int msec) |
| void | ktest (int msec) |
| void | t1 () |
| void | setup () |
| void | loop () |
Variables | |
| char | a [10] |
| char | s1 [100] |
| void ktest | ( | int | msec | ) |
| void loop | ( | void | ) |
Definition at line 211 of file k001timertest.ino.
| void setup | ( | ) |
Definition at line 198 of file k001timertest.ino.
References i, k_crt_task(), k_init(), k_start(), ktest(), s1, t1, and test().

| void t1 | ( | void | ) |
Definition at line 187 of file k001timertest.ino.
References i, ktest(), and test().

| void test | ( | int | msec | ) |
Definition at line 152 of file k001timertest.ino.
References a, delayMicroseconds(), t1, and t2.
Referenced by setup(), and t1().


| char a[10] |
Definition at line 150 of file k001timertest.ino.
| char s1[100] |
Definition at line 186 of file k001timertest.ino.