var fDesc=new Array(); fDesc[0] = "The CY8CKIT-003 PSoC 3 FirstTouch Starter Kit is designed to get you acquainted with Cypress’s PSoC programmable system-on-chip design methodology and architecture.

This full-featured starter kit ships with an array of sensors, I/O’s, projects, and software to allow you to evaluate PSoC and see what values the solution can provide you. And, in addition to trying out PSoC 3, gain full access to other features of the FirstTouch Starter Kit like Serial Wire Debugging (SWD), an Accelerometer, a Thermistor, Proximity Sensing, a CapSense® touch-sensing interface, a 12-pin wireless module header, and even 28 general purpose I/O pins (GPIOs). Whatever your need for PSoC may be, the PSoC 3 FirstTouch Starter Kit has the tools to get you started – and hooked – on PSoC."; 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 = ''; } }