var fDesc=new Array(); fDesc[0] = "nanoWatt XLP Battery Life Estimator is a free software utility to aid you in developing eXtreme Low Power applications with Microchip’s PIC MCUs featuring XLP technology. The tool estimates average current consumption and battery life. The utility allows users to select the target device, battery type, the application’s operating conditions (such as voltage and temperature) and finally model the active and power-down times for their applications.

The tool comes pre-loaded with specifications of Microchip’s PIC MCUs featuring nanoWatt XLP technology and commonly used batteries in embedded applications"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }