Contiki 2.6
|
A very simple Contiki application showing how to use the Contiki Multi-threading library. More...
#include <stdio.h>
#include "contiki.h"
#include "ctk.h"
#include "sys/mt.h"
#include "mtarch.h"
Go to the source code of this file.
A very simple Contiki application showing how to use the Contiki Multi-threading library.
Definition in file mt-test.c.