var fDesc=new Array(); fDesc[0] = "The CY8CKIT-059 PSoC 5LP Prototyping Kit features the CY8C5888LTI-LP097 device from the PSoC 5LP family. PSoC 5LP is the industry’s most integrated programmable SoC, combining high-precision and programmable analog and digital peripherals with an ARM® Cortex®-M3 CPU in a single chip. It can program and debug the target PSoC 5LP device via SWD when using PSoC Creator or PSoC Programmer. It supports bridging over USB-UART and USB-I2C interfaces and also provides access to Micrium μC/Probe to read and write memory on the target device."; 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 = ''; } }