Hi all!
Been testing the BoostBasic editor & compiler and it's a great product indeed. Get's even better if you buy the plugins.
I have this question... I did a sample coding for a 4Mhz 16F628A PIC, which worked right away! (Nothing too dificult to make a LED go on and off). Between the on and off cycle, I did a delay_s(1), which worked great.
Now I changed the PIC speed up to 20Mhz, and the 1 second delay is no more 1 second but just a few miliseconds. I tried to tell BB that the speed was now 20Mhz in the only place I found (clock rate under settings). Did not make a diference.
Is