var fDesc=new Array(); fDesc[0] = "The LDC1000EVM demonstrates the use of inductive sensing technology to sense and measure the presence, position or composition of a conductive target object. The module includes an example of a PCB sensor coil. An MSP430 microcontroller is used to interface the LDC to a host computer.

This module is designed to provide the user with maximum flexibility for system prototyping. It is perforated at two locations: one, between the PCB sensor coil (LC tank) and the LDC1000 IC, and another, between the LDC1000 IC and the MSP430 interface."; 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 = ''; } }