/[H9]/trunk/Embedded/main.c
ViewVC logotype

Diff of /trunk/Embedded/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 227 by hedin, Mon Dec 10 08:39:47 2007 UTC revision 228 by hedin, Tue Dec 11 09:27:51 2007 UTC
# Line 291  void timer1_interrupt(void) Line 291  void timer1_interrupt(void)
291          TMR1L = 0xFF;          TMR1L = 0xFF;
292          global_time_counter++;          global_time_counter++;
293          global_emergency_counter++;          global_emergency_counter++;
 //      RA1 = !RA1;  
294  }  }
295    
296  //////////  ORDENARY FUNKTIONS  //////////  //////////  ORDENARY FUNKTIONS  //////////
297  void update_lcd(void)  void update_lcd(void)
298  {  {
299          if(global_temp_update_display != global_time_counter)          if(global_temp_update_display != global_time_counter)
300          {          {
         //      lcd_clear();  
301                  lcd_goto(0x00);                  lcd_goto(0x00);
302                    
303                  sprintf(global_lcd_buf, "Temp: %3d", global_temp);                  sprintf(global_lcd_buf, "Temp: %3d", global_temp);

Legend:
Removed from v.227  
changed lines
  Added in v.228

  ViewVC Help
Powered by ViewVC 1.1.20