var fDesc=new Array(); fDesc[0] = "The Bosch Sensortec Development Board is a versatile, universal demonstration and development environment for Bosch Sensortec sensor products. The Development Board can be used together with Bosch Sensortec development desktop software to configure all sensor parameters and read-out / display / capture the data on the attached PC.

The Development Desktop UI displays the sensor signals and sensor interrupt signals in various graphical formats.The Development Desktop offers data logging of the measured sensor signals. Development Desktop offers the possibility to configure sensor parameters of the Bosch Sensortec sensors."; 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 = ''; } }