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

Go to the source code of this file.

Functions

void code (void)
void setup ()
void loop ()

Variables

struct k_tpTaskInfo
char stak [100]

Function Documentation

◆ code()

void code ( void )

Definition at line 7 of file myfirst.ino.

References k_sleep().

Referenced by setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loop()

void loop ( void )

Definition at line 36 of file myfirst.ino.

◆ setup()

void setup ( )

Definition at line 19 of file myfirst.ino.

References code(), k_crt_task(), k_init(), k_start(), pTaskInfo, and stak.

Here is the call graph for this function:

Variable Documentation

◆ pTaskInfo

struct k_t* pTaskInfo

Definition at line 3 of file myfirst.ino.

Referenced by setup().

◆ stak

char stak[100]

Definition at line 5 of file myfirst.ino.