osd-contiki/examples/osd/arduino-climate
Harald Pichler e492974415 add ota resources 2017-10-16 16:01:43 +02:00
..
resources initial upload 2017-09-12 16:28:05 +02:00
Adafruit_HTU21DF.cpp initial upload 2017-09-12 16:28:05 +02:00
Adafruit_HTU21DF.h initial upload 2017-09-12 16:28:05 +02:00
Makefile add ota resources 2017-10-16 16:01:43 +02:00
README.md initial upload 2017-09-12 16:28:05 +02:00
arduino-example.c initial upload 2017-09-12 16:28:05 +02:00
arduino-merkurbaord.geany add settings manager 2017-09-20 11:17:46 +02:00
flash.sh initial upload 2017-09-12 16:28:05 +02:00
project-conf.h add settings manager 2017-09-20 11:17:46 +02:00
run.sh initial upload 2017-09-12 16:28:05 +02:00
sketch.pde add ota resources 2017-10-16 16:01:43 +02:00

README.md

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