krnl 1
Loading...
Searching...
No Matches
k01.ino File Reference
#include <krnl.h>
Include dependency graph for k01.ino:

Go to the source code of this file.

Macros

#define STKSIZE   100
#define TASKPRIO   10

Functions

void task ()
void setup ()
void loop ()

Variables

char stak [100]
struct k_tpStak

Macro Definition Documentation

◆ STKSIZE

#define STKSIZE   100

Definition at line 7 of file k01.ino.

◆ TASKPRIO

#define TASKPRIO   10

Definition at line 9 of file k01.ino.

Function Documentation

◆ loop()

void loop ( void )

Definition at line 46 of file k01.ino.

◆ setup()

void setup ( )

Definition at line 31 of file k01.ino.

References k_crt_task(), k_init(), k_start(), pStak, stak, STKSIZE, task, and TASKPRIO.

Here is the call graph for this function:

◆ task()

void task ( )

Definition at line 14 of file k01.ino.

References k_sleep().

Here is the call graph for this function:

Variable Documentation

◆ pStak

struct k_t* pStak

Definition at line 12 of file k01.ino.

◆ stak

char stak[100]

Definition at line 11 of file k01.ino.