MPLAB
From FIRSTwiki
To learn how to use MPLAB, see Using MPLAB.
Screenshot of MPLAB, default code open
MPLAB is the name of the free Windows program that is used to edit, compile, and debug programs. The software comes with the kit of parts or with the Robovation kit. Programs are written in the C programming language typically, but assembly can be put inline as well. MPLAB is the offical IDE (integrated development environment) offered by Microchip, but other editors can be used just the same. It is important, however, to compile the programs using the Microchip C18 compiler, which generates a HEX file. This file can then be loaded onto the robot controller using IFI loader or some similar program.
See also: Programming the Robot Controller, Software
[edit]
Resources
- Documentation page of InnovationFIRST (see Programming Tools section)
- Compiler user's guide from Microchip

