Now, on this hughe os c project, written for a particular µc the main is rather small, and has a lot of precompiler #if, but the real programming is done in those source files, consisting of functions
Some of the header files are conditional compiled (thats what all the #ifs are). Some of the functions that are declared in those header files are also conditional compiled in the main (this makes sen
I'm using an abstract hardware class and #ifdef-statements to surround the code specific for CE and Mobile hardware-calls. You should also get the machine-name from the device in order to know which