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.

Functions

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

Variables

struct k_tp

Function Documentation

◆ emergencyBlink()

void emergencyBlink ( )

Definition at line 21 of file k01myfirsttask.ino.

Referenced by setup().

Here is the caller graph for this function:

◆ loop()

void loop ( void )

Definition at line 49 of file k01myfirsttask.ino.

◆ setup()

void setup ( )

Definition at line 31 of file k01myfirsttask.ino.

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

Here is the call graph for this function:

◆ t1()

void t1 ( void )

Definition at line 8 of file k01myfirsttask.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 k01myfirsttask.ino.

Referenced by setup().