var fDesc=new Array(); fDesc[0] = "Prithvi Development Studio is an open source Microsoft Windows based application development environment for Microchip PIC ™ microcontrollers. Prithvi Development Studio provides easy to use, feature rich application development environment for PIC microcontroller developers, using GCBASIC programming language. Prithvi Development Studio currently supports more than 300 PIC microcontrollers and have large amount of inbuilt functions to accelerate PIC application development process.

Features:
- Create applications for Microchip PIC microcontrollers without using any external tools
- Support for entire PIC development life-cycle (Develop – Build – Program)
- Support more than 300 PIC Microcontrollers
- Flexible programming language
- Support GCBASIC and PIC – Assembler syntax highlighting
- Auto completion, parameter information and code templates
- Drag and drop style code editor
- Easy to use package manager
- PIC information library
- High speed code analyzer
- Inbuilt To-Do list analyze"; 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 = ''; } }