var fDesc=new Array(); fDesc[0] = "Diviner is a pioneering tool in the field of source code writing automation for microchip PIC microcontrollers. Diviner – PIC® Configuration bits tool will assist you to “jumpstart” your coding project quickly and efficiently by easing configuration of microcontrollers peripherals and interrupt controller. The tool provides an accurate calculation of timer periods, PWM Duty cycles, UART baud rate and control register configurations and many other features which will benefit a novice designer as well as an experienced programmer. Module configuration process is managed in a user friendly GUI. The software will allow error correction in regards to oscillator frequency. Each module is accompanied with short description while generated source code is interleaved with necessary comments."; 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 = ''; } }