Introduce Software delays

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

I would like to introduce delay routines in the software using systimer app.
They delay would be 400ms between two commands.
Let me know how can introduce that:

for eg

DIGITAL_IO_SetOutputLow(&LED4_0);
Delay 400ms
DIGITAL_IO_SetOutputHigh(&LED4_0);
0 Likes
0 Replies