View Single Post
  #2   Spotlight this post!  
Unread 28-10-2003, 20:11
Jeremy_Mc's Avatar
Jeremy_Mc Jeremy_Mc is offline
GitHubber
no team
Team Role: Mentor
 
Join Date: Feb 2002
Rookie Year: 2002
Location: Orlando, FL
Posts: 496
Jeremy_Mc will become famous soon enoughJeremy_Mc will become famous soon enough
IFI_Utilities.c has a collection of procdures to use in custom programming. I'm pretty sure they aren't used in the startup (I haven't went through those files thoroughly yet).

printf_lib.c is a port of the printf function for the PIC controller. You can use it to output feedback such as loop counters/errors/flags. It is used in the main loop I think as an output for errors.

I'm not sure why you'd want to combine them into one file, but I don't THINK there would be a problem as long as you copy the files EXACTLY and fix the include statements. Again, I haven't went through these files thoroughly...

My recommendation is to leave them seperated since they're in a project file for the IDE we have to use anyhow (atleast the IDE we have to use right now...there may be more available later...).
__________________
GitHub - Collaborate on code, documentation, etc. - http://github.com