This project aims to demonstrate an event-driven software architecture on STM32 using a simple event queue mechanism.
The goal is to decouple input events (such as button presses or timers) from application logic without using blocking delays.
Work in progress – initial project structure created.