fork download
  1. #include <iom8535v.h>
  2. #include <macros.h.>
  3. #define S 175000
  4.  
  5. void port_init(void)
  6. {
  7. PORTA=0x81; //na vhod
  8. DDRA=0x00;
  9. PORTB=0x00;
  10. DDRB=0xF0; //na vihod
  11. }
  12.  
  13.  
  14. void main(void)
  15. {
  16. long i;
  17. int k;
  18. int b=1;
  19. port_init();
  20. k=1;
  21. while(b=1)
  22. {
  23. if (PINA&1==1)
  24. {
  25. for(1;i<S;i++); //zaderzhka govnojopa
  26. PORTB=PINA&128;
  27. }
  28. if (PINA&1==1)
  29. {
  30. for(1;i<S;i++);
  31. PORTB=PORTB|PINA>>1;
  32. }
  33. if (PINA&1==1)
  34. {
  35. for(1;i<S;i++);
  36. PORTB=PORTB|PINA>>2;
  37. }
  38. if (PINA&1==1)
  39. {
  40. for(1;i<S;i++);
  41. PORTB=PORTB|PINA>>3;
  42. }
  43. b=0;
  44. }
  45. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:22: fatal error: iom8535v.h: No such file or directory
compilation terminated.
stdout
Standard output is empty