16 Serial.println(
"hello");
61 for (
i = 8;
i <= 13;
i++)
68 digitalWrite(13, LOW);
78 Serial.println(
"stnart");
98 PORTB = 1 <<
pRun->nr;
struct k_t * k_crt_task(void(*pTask)(void), char prio, char *pStk, int stkSize)
create a task - only to be called before k_start creates a task and put it in the active Q
int k_set_sem_timer(struct k_t *sem, int val)
attach a periodic timer to a semaphore, to be used for realtime
struct k_t * k_crt_sem(int init_val, int maxvalue)
change task priority and reinserts it in task Q and do a task shift
int k_init(int nrTask, int nrSem, int nrMsg)
void k_send_Q_clip(unsigned char nr, int i)
breakout for k_send
void k_sem_clip(unsigned char nr, int i)