Quote:
|
Originally Posted by ThienAn
what exactly is MPLAB? I know that it's a language that you can use for programming...and that there a different versions of it. Aside from that, I don't have a clue about anything else about it. =S (sorry, im just looking for language possibilities for programming right now, a language's pros and cons and such)
|
MPLAB is not a programming language. It is the development environment that comes with the FIRST kit of parts. Basically, it is a text editor with project management and syntax highlighting that integrates nicely with the MCC18 compiler. We use the C programming language to program the robot.
I suggest you go over to wikipedia and look up the definitions for IDE, C Programming Language, and Compiler.