WXK
2024-11-12 74bd25da02aa4aa8f77c49be13ae2a502fcfb2e0
Src/OnChipDevices/ADC.c
@@ -29,6 +29,8 @@
      last_value = 100;
   if(last_value<0)
      last_value = 0;
}else{
   last_value=0;
}
   return last_value;   
}