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

Go to the source code of this file.

Macros

#define STK   150

Functions

void t1 ()
void setup ()
void loop ()

Variables

struct k_tpTask
unsigned char taskStak [150]
void(* resetFunc )(void)=0

Macro Definition Documentation

◆ STK

#define STK   150

Definition at line 7 of file k01myfirsttask.ino.

Function Documentation

◆ loop()

void loop ( void )

Definition at line 55 of file k01myfirsttask.ino.

◆ setup()

void setup ( )

Definition at line 22 of file k01myfirsttask.ino.

References k_crt_task(), k_init(), k_start(), pTask, STK, t1, and taskStak.

Here is the call graph for this function:

◆ t1()

void t1 ( void )

Definition at line 10 of file k01myfirsttask.ino.

References k_sleep().

Here is the call graph for this function:

Variable Documentation

◆ pTask

struct k_t* pTask

Definition at line 4 of file k01myfirsttask.ino.

◆ resetFunc

void(* resetFunc) (void)=0 ( void )

Definition at line 20 of file k01myfirsttask.ino.

◆ taskStak

unsigned char taskStak[150]

Definition at line 8 of file k01myfirsttask.ino.