var fDesc=new Array(); fDesc[0] = "EasyC V4 for Cortex provides you a solution to harness the full power of the new Cortex microcontroller. Designed with the student in mind, easyC's simple to use graphical interface does all of the syntax and spacing, allowing you to focus on program flow and design.

Main features:

-10 Motor Ports (127 to -127 convention)
-12 digital I/O with interrupt capabilities
-Graphical Display window for real time debugging and feedback
-On-Line Window can be used to manually test motors and sensors
-Label each of your motor and I/O ports in the new configuration window for easy programming. (never forget where things are plugged in/orientation).
-Terminal window for simple feedback
-Configurable VEXnet or Crystal competition projects
-Competition Switch Simulator allows the user to simulate a VEXnet WIFI competition match
-Add or Create custom libraries, header files, source files
-Customizable tabbed user interface
-Math function block to define advanced math functions
-Full Text Editor for advanced, customized programming
-Program a holonomic robot with one block of code
-Download to the robot over WiFi or directly via USB
-Copy and paste sections of code between functions and projects"; 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 = ''; } }