o: ActiveSupport::Cache::Entry :@compressedF: @value"Z"T
main.c
41 41
   calibrate=TDC_CALIBRATE_DIS;
42 42
   disautocal=TDC_AUTOCAL_EN;
43 43
   
44
   firenum=TDC_FIRENUM_0;
44
   firenum=TDC_FIRENUM_1;
45 45
   div_fire=TDC_DIV_FIRE_2;
46 46
   
47 47
   Tcycle=TDC_TCYSLE_LONG;
......
91 91
   {
92 92
      temperature = ds1820_read();   
93 93
      
94
      TDC_init();
94
//      TDC_init();
95 95
      
96 96
      delay_ms(50);
97 97
      printf("Temp: %f \r\n", temperature);
98 98
      delay_ms(50);
99 99
      printf("status: %LX \r\n", TDC_get_status());
100 100

  
101
      TDC_start_cycle();
101
//      TDC_start_cycle();
102 102

  
103 103
//      delay_us(10);
104 104
      output_high(START);
......
135 135

  
136 136

  
137 137
//      delay_ms(10);
138
//      TDC_start_temp();
138
      TDC_start_temp();
139 139

  
140 140
      delay_ms(10);
141 141
      printf("status: %LX \r\n", TDC_get_status());
:@created_atf1421009789.5834739WŁ:@expires_in0