osd-contiki/examples/osd/opentrigger-board
Harald Pichler 994badaef9 cleanup code
2016-12-06 21:37:03 +01:00
..
ChainableLED initial upload 2016-10-12 10:02:59 +02:00
resources bugfix post led/RGB 2016-11-05 19:34:07 +01:00
ChainableLED.cpp initial upload 2016-10-12 10:02:59 +02:00
ChainableLED.h initial upload 2016-10-12 10:02:59 +02:00
flash.sh initial upload 2016-10-12 10:02:59 +02:00
Makefile move arduino app code to project 2016-10-12 10:16:41 +02:00
opentrigger.c cleanup code 2016-11-03 08:11:42 +01:00
opentrigger.h cleanup code 2016-11-03 08:11:42 +01:00
project-conf.h initial upload 2016-10-12 10:02:59 +02:00
README.md initial upload 2016-10-12 10:02:59 +02:00
run.sh initial upload 2016-10-12 10:02:59 +02:00
sketch.h move res_red .. to resources folder 2016-11-04 08:40:58 +01:00
sketch.pde add coap resoure ip 2016-11-06 16:17:16 +01:00
trigger.c initial upload 2016-12-04 15:47:40 +01: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