picchick

A utility to aid in programming PIC microcontrollers


/* Configuration for picchick
*/

// ICSP Pins
#define PIN_ICSP_DAT 12
#define PIN_ICSP_CLK 11
#define PIN_ICSP_MCLR 10

// Status Flags
#define STATUS_DISCONNECTED 0
#define STATUS_CONNECTED 1
#define STATUS_PROGRAM 2