initial upload settingsmanager example

This commit is contained in:
Harald Pichler 2017-08-31 11:23:55 +02:00
parent 0c3a9c6b5a
commit 75e8c162ed
13 changed files with 490 additions and 2 deletions

View file

@ -0,0 +1,13 @@
Arduino compatibility example
=============================
make clean TARGET=osd-merkur-256 flash
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