1 2 3 4 5 6 7 8
#include <avr/io.h> #include <tak.h> #include <ct1986.h> int main(void) { while(1); return 0; }