/* * main() method */ #include "spi.h" #include "timer.h" #include "rx.h" void main(void) { timerInit(); spiInit(); rxInit(); for(;;) { } }