o: ActiveSupport::Cache::Entry :@compressedF: @value"W"Q
main.c
59 59
   while(input(BUTTON1))  // testuje dokud nekdo nezmackne tlacitlo
60 60
   {
61 61
      lcd_gotoxy(5,2);
62
      Output_toggle(PIN_A0);
63 62
      delay_ms(100);
64
      printf(lcd_putc,"%x",input_b());
63
      printf(lcd_putc,"%x ",input_b());
65 64
   }
66 65
}
67 66
void send_measuring()
68 67
{
69
   printf(usb_cdc_putc, "\n\r %5u %5u %5u %5u %5u", run, section[0], section[1], section[2], section[3]);
68
   printf(usb_cdc_putc, "\n\r %5lu %5lu %5lu %5lu %5lu", run, section[0], section[1], section[2], section[3]);
70 69
} //*0.000010667
71 70

  
72 71
void main()
......
106 105
   beep(10);
107 106
   
108 107
   run=0;
108
   section[0] = 0;
109
   section[1] = 0;
110
   section[2] = 0;
111
   section[3] = 0;
112
   
109 113
   while (TRUE)
110 114
   {
111 115
     run++;
:@created_atf1425270702.120306³:@expires_in0