Difference between revisions of "PIC Development"

From SlugWiki
Jump to: navigation, search
Line 6: Line 6:
 
* Required Components
 
* Required Components
 
* First Steps
 
* First Steps
* * Oscillators  
+
** Oscillators  
* * WDT
+
** WDT
* * Digital IO - Blinking an LED
+
** Digital IO - Blinking an LED
* * Sneaky Little Surprises
+
** Sneaky Little Surprises
 
* UARTs
 
* UARTs
 
* PWM
 
* PWM
 
* Timers
 
* Timers
 
* Interrupts
 
* Interrupts

Revision as of 09:20, 17 August 2011

This "guide", is a summary of what I've learned about PIC programming. So far I only have experience with the PIC24F series.

Specifically the PIC24F16KA102 | Datasheet

  • What You're Getting Into
  • Required Components
  • First Steps
    • Oscillators
    • WDT
    • Digital IO - Blinking an LED
    • Sneaky Little Surprises
  • UARTs
  • PWM
  • Timers
  • Interrupts