cipi-cips
Member level 4
- Joined
- Jun 30, 2008
- Messages
- 76
- Helped
- 2
- Reputation
- 4
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,867
hello
Is it possible to compare value with timer in c18 compiler, if yes can you show me how
for example
I have variable that change from 1000-2000 and i have timer where interrupt occurs every 20ms
while (my_variable <= timer)
{
do something
}
thx
Is it possible to compare value with timer in c18 compiler, if yes can you show me how
for example
I have variable that change from 1000-2000 and i have timer where interrupt occurs every 20ms
while (my_variable <= timer)
{
do something
}
thx