PIC Programming

From Pumping Station One
Jump to navigation Jump to search

PICs are microcontrollers which are synchronous, an important attribute for timing systems.

How to program

You will need:

  • a programmer, such as the K150 from eBay (~$11)
  • PIC chips. Search eBay for the exact model. They are often under a dollar in quantity.
  • PIC software, such as picDIV (Single Chip Frequency Divider)
  • sdcc can compile for PICs.