Search found 2 matches

by Glesto
Tue Nov 11, 2014 4:18 pm
Forum: C and ASM Programming
Topic: PIC 18F25K80 RB0
Replies: 2
Views: 11376

Re: PIC 18F25K80 RB0

Thx, that was indeed the problem.
Everything works fine now.
by Glesto
Fri Nov 07, 2014 9:19 am
Forum: C and ASM Programming
Topic: PIC 18F25K80 RB0
Replies: 2
Views: 11376

PIC 18F25K80 RB0

I'm trying to program the pic18f25k80 with a pickit 2. I am trying to make pin RB0 high with this simple code: // -------------------------------------------------------------------------------------------------------------------------------- #include <18F25K80.h> #device adc=12 #FUSES NOWDT //No Wa...