Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 34: Line 34:
*[[Introduction to the PIC32]]
*[[Introduction to the PIC32]]
*[[Getting Started with PIC32]] (includes NU32 development board)
*[[Getting Started with PIC32]] (includes NU32 development board)
** Download PIC32 Tutorial Files [[Media: PIC32_TutorialFiles.zip|here]].
** [[ME 333 Lab 2]] - Includes Digital IO, Analog Input, Parallel LCD and RS232 Com
** [[ME 333 Lab 2]] - Includes Digital IO, Analog Input, Parallel LCD and RS232 Com
** [[ME 333 Lab 4]] - Includes PWM and Encoder Motor Control
** [[ME 333 Lab 4]] - Includes PWM and Encoder Motor Control

Revision as of 10:48, 22 April 2010

Note: Most code on this page was written using the CCS compiler. Microchip's MPLAB is also occasionally used.

Link to all sample code here.


Using the PIC18F4520

Example Code in C for PIC18F4520

Using the PIC32MX Series


Other PIC Resources

Programming the PIC with Microchip's MPLAB