Project

General

Profile

Revision 354

Added by Jason knichel about 16 years ago

added some TODO statements to lights.c

View differences:

lights.c
104 104

  
105 105
} ORB_STATUS;
106 106

  
107
//TODO: if these are only used in this file, make them static.  If they are used
108
// by other files then put them in a header file
107 109
void orb_sort(void);
108 110
void orb_setup_pulse(void);
109 111

  
......
212 214

  
213 215
   }
214 216

  
215

  
216

  
217 217
   ORB_STATUS.current_orb = 0;
218 218

  
219 219
    ORBPORT |= ORBMASK; //start with all high
220 220
	OCR3C = TCNT3 + ORB_STATUS.changes[0].split_time_period; //wait for first split
221

  
222 221
}
223 222

  
224 223
/**

Also available in: Unified diff