Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luukvancampen/blinky_timers

Example code for using timers in the Zephyr RTOS. This code makes an LED blink like the blinky example, but instead of simply sleeping between the led status changes, this program uses timers in order to create a periodic task.
https://github.com/luukvancampen/blinky_timers

zephyr-rtos

Last synced: 3 months ago
JSON representation

Example code for using timers in the Zephyr RTOS. This code makes an LED blink like the blinky example, but instead of simply sleeping between the led status changes, this program uses timers in order to create a periodic task.

Awesome Lists containing this project