|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | toggleLED13 () |
| void | t1 (void) |
| void | t2 (void) |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | pt1 |
| struct k_t * | pt2 |
| struct k_t * | samplingsSem |
| char | s1 [200] |
| char | s2 [200] |
| void loop | ( | void | ) |
Definition at line 95 of file k02simplecontroller.ino.
| void setup | ( | ) |
Definition at line 61 of file k02simplecontroller.ino.
References k_crt_sem(), k_crt_task(), k_init(), k_start(), pt1, pt2, s1, s2, samplingsSem, t1, and t2.

| void t1 | ( | void | ) |
Definition at line 28 of file k02simplecontroller.ino.
References k_set_sem_timer(), k_wait(), samplingsSem, and toggleLED13().

| void t2 | ( | void | ) |
Definition at line 51 of file k02simplecontroller.ino.
References k_sleep().

| void toggleLED13 | ( | ) |
Definition at line 15 of file k02simplecontroller.ino.
| struct k_t* pt1 |
Definition at line 8 of file k02simplecontroller.ino.
| struct k_t * pt2 |
Definition at line 9 of file k02simplecontroller.ino.
| char s1[200] |
Definition at line 12 of file k02simplecontroller.ino.
| char s2[200] |
Definition at line 13 of file k02simplecontroller.ino.
| struct k_t * samplingsSem |
Definition at line 10 of file k02simplecontroller.ino.