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

Go to the source code of this file.

Functions

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

Variables

struct k_tp
char stak [100]

Function Documentation

◆ loop()

void loop ( void )

Definition at line 33 of file krnlblink.ino.

◆ setup()

void setup ( )

Definition at line 22 of file krnlblink.ino.

References k_crt_task(), k_init(), k_start(), p, stak, and t1.

Here is the call graph for this function:

◆ t1()

void t1 ( void )

Definition at line 9 of file krnlblink.ino.

References k_sleep().

Here is the call graph for this function:

Variable Documentation

◆ p

struct k_t* p

Definition at line 6 of file krnlblink.ino.

◆ stak

char stak[100]

Definition at line 7 of file krnlblink.ino.