RCU Forums - View Single Post - New CDI - opensource project JMJ and Bigboat
Old 05-23-2010 | 11:27 AM
  #1268  
Bigboat
Senior Member
 
Joined: Dec 2005
Posts: 548
Likes: 0
Received 0 Likes on 0 Posts
From: Alkmaar, NETHERLANDS
Default 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.