The code as shown will almost certainly be giving him warnings that
"Interrupts are disabled to prevent re-entrancy".
You should not be calling lcd functions inside the interrupt, and in the
main code.
If you want an interrupt timed delay, then setup the timer, clear a flag,
have the timer set this flag when it completes.
Then in the main code, when this flag becomes set, do the lcd functions.
All times are GMT - 6 Hours Goto page Previous1, 2, 3, 4
Page 4 of 4
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum