@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _LVP_OFF
this is the total of my program one line
have tried various sections of this line TRIED SWITCHING TO _XT_OSC
always get error 118
@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _LVP_OFF
this is the total of my program one line
have tried various sections of this line TRIED SWITCHING TO _XT_OSC
always get error 118
Last edited by jcleaver; - 4th March 2007 at 20:33.
so the following tip, apply... still from the same Thread....Originally Posted by MPASM help file
http://www.picbasic.co.uk/forum/show...75&postcount=5
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
read your answer however my file if i am looking at the right one does not contain the first part of yours am i looking for the wrong file?
attached from p16f628a
<body onload="setInterval('blinkIt()',1000)">
<script type="text/javascript">
function blinkIt() {
if (!document.all) return;
else {
for(i=0;i<document.all.tags('blink').length;i++){
s=document.all.tags('blink')[i];
s.style.visibility=(s.style.visibility=='visible') ?'hidden':'visible';
}
}
}
</script>
<table><td></td><td>
</td></table>Originally Posted by myself on the link posted above
Last edited by mister_e; - 4th March 2007 at 23:41.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
OH, NO WAY! it take much than this
So it's working now?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks