; Init file for picp, the generic PIC programmer driver.
; Lines whose first non-blank is ';' are comments.
; Blank lines (only white space) are also ignored.
; Attribute assignments should be of the form: 
;     attr=value
; Leading space is not significant, but trailing space is.
; 
; Default attribute values are included as comments 
; (So when they change this file won't override them)

;port=lpt1
;pic=PIC16F84
;hexfile=test.hex
;Din=~10
;Dout=~2
;Clk=~3
;Vdd=4
;Vpp=5
