zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
44 stars 11 forks source link

Sample/thread: Add multithread example #18

Closed DhruvaG2000 closed 2 years ago

DhruvaG2000 commented 2 years ago

This PR Adds a multi threading example to concurrently blink 3 LEDs. This implements suggestions made by @szczys in https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/pull/13

DhruvaG2000 commented 2 years ago

@szczys feel free to merge this if there's nothing else to do.