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

Go to the source code of this file.

Functions

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

Variables

struct k_tpt1
struct k_tpt2
char s1 [200]
char s2 [200]

Function Documentation

◆ loop()

void loop ( void )

Definition at line 65 of file myfirstkrnl.ino.

◆ setup()

void setup ( )

Definition at line 34 of file myfirstkrnl.ino.

References k_crt_task(), k_init(), k_start(), pt1, pt2, s1, s2, t1, and t2.

Here is the call graph for this function:

◆ t1()

void t1 ( void )

Definition at line 12 of file myfirstkrnl.ino.

References k_sleep().

Here is the call graph for this function:

◆ t2()

void t2 ( void )

Definition at line 23 of file myfirstkrnl.ino.

References k_sleep().

Here is the call graph for this function:

Variable Documentation

◆ pt1

struct k_t* pt1

Definition at line 6 of file myfirstkrnl.ino.

◆ pt2

struct k_t * pt2

Definition at line 7 of file myfirstkrnl.ino.

◆ s1

char s1[200]

Definition at line 9 of file myfirstkrnl.ino.

◆ s2

char s2[200]

Definition at line 10 of file myfirstkrnl.ino.