I have just noticed that i used [code:1:5f93c12907]
Config timer1 = counter, prescale=... [/code:1:5f93c12907] when the help notes say that prescaler cannot be used with counter. It should have been
[code:1:5f93c12907]config timer1 = timer,prescale = .... "[/code:1:5f93c12907] although when i change my code to the correct syntax, i do not see any difference. Maybe the incorrect syntax is ignored and/or corrected when compiled ?
↧