var fDesc=new Array(); fDesc[0] = "The Microchip Application Libraries includes full source code for the following software libraries: USB, Graphics, Memory Disk Drive, TCP/IP Stack, mTouch Capacitive Touch, Smart Card, and MiWi DE Library. This enhances inter-operability for applications that need to use more than one library.
Once you download the Microchip Application Libraries you can select the projects that you need for your application. In addition to the source code, this software package includes: schematics, drivers, demos, documentation, and utilities."; 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 = ''; } }