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

Go to the source code of this file.

Functions

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

Variables

struct k_tp1
struct k_tp2

Function Documentation

◆ loop()

void loop ( void )

Definition at line 49 of file k01twotasks.ino.

◆ setup()

void setup ( )

Definition at line 28 of file k01twotasks.ino.

References k_crt_task(), k_init(), k_start(), p1, p2, t1, and t2.

Here is the call graph for this function:

◆ t1()

void t1 ( void )

Definition at line 7 of file k01twotasks.ino.

References k_sleep().

Here is the call graph for this function:

◆ t2()

void t2 ( void )

Definition at line 18 of file k01twotasks.ino.

References i, and k_sleep().

Here is the call graph for this function:

Variable Documentation

◆ p1

struct k_t* p1

Definition at line 5 of file k01twotasks.ino.

◆ p2

struct k_t * p2

Definition at line 5 of file k01twotasks.ino.