hithesh123
Full Member level 6
- Joined
- Nov 21, 2009
- Messages
- 324
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- lax
- Activity points
- 3,548
What is the general rule for code length running in an ISR. Can it have lot of delays(~10ms) and iterating loops.
Ex: ISR code calls 2-3 functions. Those functions have some delay routines etc.
I usually keep it short. But some times long code might be inevitable.
Ex: ISR code calls 2-3 functions. Those functions have some delay routines etc.
I usually keep it short. But some times long code might be inevitable.