|
@@ -126,13 +126,13 @@ void Process_RunPeriod(void)
|
|
|
|
|
|
|
|
|
|
|
|
- if(g_print_interval >= 1000){
|
|
|
- g_print_interval=0;
|
|
|
- PressureSensor_Print();
|
|
|
-
|
|
|
- printf("the NTC temperature: %f \r\n",getTemperature());
|
|
|
- printf("the DIFF ADC1-ADC2: %d \r\n", getHalldiff());
|
|
|
- }
|
|
|
+// if(g_print_interval >= 1000){
|
|
|
+// g_print_interval=0;
|
|
|
+// PressureSensor_Print();
|
|
|
+//
|
|
|
+// printf("the NTC temperature: %f \r\n",getTemperature());
|
|
|
+// printf("the DIFF ADC1-ADC2: %d \r\n", getHalldiff());
|
|
|
+// }
|
|
|
|
|
|
|
|
|
|