osd-contiki/examples/osd/opentrigger-board
2016-10-17 08:24:14 +02:00
..
ChainableLED
resources
ChainableLED.cpp
ChainableLED.h
flash.sh
Makefile move arduino app code to project 2016-10-12 10:16:41 +02:00
opentrigger.c move arduino app code to project 2016-10-12 10:16:41 +02:00
opentrigger.h initial uplaod 2016-10-17 08:24:14 +02:00
project-conf.h
README.md
run.sh
sketch.pde move arduino app code to project 2016-10-12 10:16:41 +02:00

Arduino compatibility example

This example shows that it is now possible to re-use arduino sketches in Contiki. This example documents the necessary magic. Arduino specifies two routines, setup and loop. Before setup is called, the framework initializes hardware. In original Arduino, all this is done in a main function (in C). For contiki we define a process that does the same.

See the documentation file in apps/contiki-compat/README.md