Removing delay for escaping blocking in my code
Hi all, i have a function that changes the PWM value over some time.. the issue is it get blocked by HAL_Delay.. what's the way to replace it with some non blocking method ?void heartBeat_loop(uint8_t initial_val, uint8_t end_val, uint8_t n) { int ...