osd-contiki/examples/osd/arduino-htu21
2016-04-12 10:34:40 +02:00
..
Adafruit_HTU21DF_Library-master initial upload 2015-11-29 22:34:24 +01:00
resources initial upload 2015-11-29 22:34:24 +01:00
Adafruit_HTU21DF.cpp initial upload 2015-11-29 22:34:24 +01:00
Adafruit_HTU21DF.h initial upload 2015-11-29 22:34:24 +01:00
arduino-example.c initial upload 2015-11-29 22:34:24 +01:00
flash.sh initial upload 2015-11-29 22:34:24 +01:00
Makefile cleanup code 2016-02-27 22:14:56 +01:00
project-conf.h initial upload 2015-11-29 22:34:24 +01:00
README.md initial upload 2015-11-29 22:34:24 +01:00
run.sh Fix run.sh scripts to use jumptable of bootloader 2016-02-19 17:32:09 +01:00
sketch.pde add mcu_sleep routines 2016-04-12 10:34:40 +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