Question
Non blocking or Event base programming for MCU in C is possible?
for MCU time is very important to do task.
in programming instead of blocking time of MCU we can do other important task how can i do in c programming language?
ex: HAL_Delay(); block code execution vest of MCU time.
while() waiting for sensor IP etc....
