Subversion Repositories svnkaklik

Rev

Rev 471 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 471 Rev 567
Line 18... Line 18...
18
 
18
 
19
   While(true)
19
   While(true)
20
   {
20
   {
21
   output_c(ble++);
21
   output_c(ble++);
22
   delay_ms(100);
22
   delay_ms(100);
23
/*
23
 
24
      Output_high(PIN_B2);
24
      Output_high(PIN_B2);
25
      Delay_ms(100);
25
      Delay_ms(100);
26
      Output_low(PIN_B2);
26
      Output_low(PIN_B2);
27
      Delay_ms(100);
27
      Delay_ms(100);
28
*/
28
 
29
   }
29
   }
30
 
30
 
31
}
31
}