|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
| #define | STK 100 |
Functions | |
| void | doSamplingAlgorithmsAndControl () |
| void | task () |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | pSem |
| struct k_t * | pTask |
| char | stak [100] |
| #define STK 100 |
Definition at line 5 of file fixedsampling.ino.
| void doSamplingAlgorithmsAndControl | ( | ) |
Definition at line 8 of file fixedsampling.ino.
Referenced by task().

| void loop | ( | void | ) |
Definition at line 45 of file fixedsampling.ino.
| void setup | ( | ) |
Definition at line 34 of file fixedsampling.ino.
References k_crt_sem(), k_crt_task(), k_init(), k_start(), pSem, pTask, stak, STK, and task.

| void task | ( | ) |
Definition at line 23 of file fixedsampling.ino.
References doSamplingAlgorithmsAndControl(), k_set_sem_timer(), k_wait(), and pSem.

| struct k_t* pSem |
Definition at line 3 of file fixedsampling.ino.
| struct k_t * pTask |
Definition at line 3 of file fixedsampling.ino.
| char stak[100] |
Definition at line 6 of file fixedsampling.ino.