osd-contiki/examples/osd/opentrigger-board
Ralf Schlatterbeck e3784fa9c7 Add query parameter to generic resouce macros
Modify all callback functions to use new signature.
ota-update now uses this to pass the partition to some get/put methods.
2017-08-20 15:01:30 +02: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 Add query parameter to generic resouce macros 2017-08-20 15:01:30 +02:00
sketch.pde Add query parameter to generic resouce macros 2017-08-20 15:01:30 +02: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