Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 5: Line 5:
__TOC__
__TOC__
== Using the PIC18F4520 ==
== Using the PIC18F4520 ==
*[[4520 Board intro]]
*[[4520 Board construction]]
*[[4520 Board construction]]
*[[4520 Board use]]
*[[4520 Board use]]
Line 25: Line 26:
*[[C Example: Digital Outputs (Ports)]]
*[[C Example: Digital Outputs (Ports)]]
*[[C Example: Bi-Directional PWM Motor Control]]
*[[C Example: Bi-Directional PWM Motor Control]]
*[[C Example: Serial LCD]]


==Other PIC Resources ==
==Other PIC Resources ==
Line 37: Line 39:
*[[Stepper motor control with the PIC]]
*[[Stepper motor control with the PIC]]
*[[PIC/C18 Compiler Tips and Troubleshooting]]
*[[PIC/C18 Compiler Tips and Troubleshooting]]
*[[4520 Board intro]]
*[[CCS C]]
*[[CCS C]]
*[[Analog Input]]
*[[Analog Input]]
Line 46: Line 47:
*[[Digital inputs & outputs]]
*[[Digital inputs & outputs]]
*[[Debugging C on a PIC]]
*[[Debugging C on a PIC]]
*[[C Example: Serial LCD]]
*[[Analog Output]]
*[[Analog Output]]
*[[PIC MCUs: Software]]
*[[PIC MCUs: Software]]

Revision as of 14:01, 5 May 2009

Link to all sample code here.



Using the PIC18F4520

Example Code in C

Other PIC Resources