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

Go to the source code of this file.

Functions

void taskBody ()
void setup ()
void loop ()

Variables

struct k_tsem
struct k_ttask
char stak [100]

Function Documentation

◆ loop()

void loop ( void )

Definition at line 32 of file kernelmoviesimple.ino.

◆ setup()

void setup ( )

Definition at line 21 of file kernelmoviesimple.ino.

References k_crt_sem(), k_crt_task(), k_init(), k_start(), sem, stak, task, and taskBody().

Here is the call graph for this function:

◆ taskBody()

void taskBody ( )

Definition at line 12 of file kernelmoviesimple.ino.

References k_wait(), and sem.

Here is the call graph for this function:

Variable Documentation

◆ sem

struct k_t* sem

Definition at line 10 of file kernelmoviesimple.ino.

◆ stak

char stak[100]

Definition at line 20 of file kernelmoviesimple.ino.

◆ task

struct k_t * task

Definition at line 10 of file kernelmoviesimple.ino.