RE: New CDI - opensource project JMJ and Bigboat
In and output pins arent changed in Nyeni-program.
I think I forgot this line
if (PORTB.F3) test(); //If test jumper is on jump to test function
It must to be write between the two lines below.
INTCON = 0; // clear INTCON
if (PORTB.F3) test(); //If test jumper is on jump to test function
// Delay Algorithm~ 65uS (16x4=64uS) Taken into account in completing the table!!
I think this must be fixe the problem.