My take on using an Arduino for programming a PIC microcontroller.
Currently, the code is specific to the PIC10F206 which is my guinea pig for testing the programmer implementation.
pic_programmer_prototypecontains the code for the Arduino programmer-
pic_programmer_prototype/pic_programmer_prototype.inoImplements a serial protocol to send programming commands to the PIC.
-
pic_programmer_prototype/programmer.*Implements the communication protocol for the PIC
-