Overview
A simple sample that can be used with any supported board and prints “Hello World” to the console along with a demonstration of arduino loop with delay.
Building and Running
First make sure you clone this module into your
<zephyr-root>/modules/lib/
Copy the
arduino_hello_world
example into zephyr samples.Finally, this example can be built and executed on QEMU as follows:
west build -p -b qemu_x86 samples/arduino_hello_world -DZEPHYR_EXTRA_MODULES=/home/$USER/zephyrproject/modules/lib/Arduino-Core-Zephyr west build -t run