PIC Development

From SlugWiki
Revision as of 09:18, 17 August 2011 by Isaac (Talk) (Created page with "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 [http://ww1.microchip.com/downloads...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 | PIC24F16KQA10 Datasheet

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