I'd like to include a hour meter in my program.
It should read to eeprom and add value to eeprom every hour
How to do that with 12F683 , without affecting the ADC / PWM ?
a sample code is highly appreciated :)
Thanks,
Johan
Printable View
I'd like to include a hour meter in my program.
It should read to eeprom and add value to eeprom every hour
How to do that with 12F683 , without affecting the ADC / PWM ?
a sample code is highly appreciated :)
Thanks,
Johan
Hi, Johan
A look at DT-Elapsed timer seems a good idea ...
Sample program offered ...
Anything more ???
Alain
Hi Alain, thanks for the info,
I made test program , but I got error messages :
variable wsave3 position request 416 beyond ram_end 191
variable wsave3 position request 288 beyond ram_end 191
I use PIC 12F683 , PBP 2.47,MPASM 5.1
You need to comment out the wsave3 line inside DT_INTS-14.bas using '
Thanks Michael,
It works now :)
Thanks to you too, Darrel