Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 30: Line 30:
*[[C Example: Bi-Directional PWM Motor Control]]
*[[C Example: Bi-Directional PWM Motor Control]]
*[[C Example: Serial LCD]]
*[[C Example: Serial LCD]]

== Using the NU32v2 ==
*[[NU32V2: Introduction to the PIC32]]
**[[NU32V2: What is in the NU32V2 Kit]]
**[[NU32V2: Software to Install]]
**[[NU32V2: Starting a New Project]]
**[[NU32V2: The NU32V2 Serial Bootloader and PC Application]]
*Simple Example Programs
**[[NU32V2: Digital Input]]
**[[NU32V2: Digital Output]]
**[[NU32V2: Simple Analog Input]]
**[[NU32V2: PWM Output]]
**[[NU32V2: Serial Communication with the PC]]
**[[NU32V2: Nokia 5110 LCD]]


== Using the PIC32MX Series ==
== Using the PIC32MX Series ==

Revision as of 16:55, 27 December 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 NU32v2

Using the PIC32MX Series


Other PIC Resources

Programming the PIC with Microchip's MPLAB