#fuses for your project
#use delay(clock for your processor)
#use statements for serial/SPI etc.
//// This block of stuff can itself be in an include file, but _must_ appear
//before anything else.
#include your other .c files, .h files etc..
Basically the configuration stuff, _must_ be loaded, before anything else.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum