#include "general.h" int main() { initPortD(); initPortB(); initTimer1(); PORTD = 0x00; PORTB = 0x00; while(1); }