Hi William,
> +include 16f819
> +pragma target fuses 0x3F30
>
I think it's better to use named fuse, one by one
> +pragma target clock 8_000_000
> +
> +OSCCON = 0x70
>
If like 16f88, this is just about IRCF bits. You could:
OSCCON_IRCF = 0b_111 -- I don't know the correct value for you
> +asm nop
> +asm nop
>
Why those "asm nop" ?
Cheers,
Seb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---