lol no termination...
also just post the hex already its no different to post the hex on the forum you actually had to take extra steps to post it in txt..you cant just save the file as .hex as you state. it dont work that way.
It wont let me attach a HEX file...
Allowed file types: txt, doc, pdf, jpg, gif, mpg, png, psd, mp3
So i take my hex and just rename it to TXT.... then attach it to the forum..
@trev1058:
Its the nature of the beast... let me try to explain why its doing that.
In the code when the mode is "ON" their is a line of code that has to check to see if the mode is on, then it cycles the TRIS from Tristate to output (1 and 0) creating the high and low of the firerate. And in between the TRIS cycles are a pause, change the pause changes the firerate...Also, i used a software Interrupt, to enable the button to turn on and off the mode. The software INT puts a line of code befor EVERY line of code to check to see if the GPIF Bit has been flagged. PIC basic and hardware INTs dont always work well togather, so i used the software INT. Again, this is more code we have to deal with before we cycle the TRIS.
now...in a perfect world, we would have a hardware PWM on the pic at about 50hz... this would git rid of the "hick-up" in the AR...LOL