Anonymous - 2012-12-25

Hi Gang,

While working with the comparator on the PIC12F683, I ran across some errors in the 12F683.dat file. In particular, the abbreviation COMCON is incorrect and should be CMCON. There are eight affected lines:

;Fixed 12/25/2012, TCH
;Changed COMCON to CMCON
'
COUT,CMCON0,6   
CINV,CMCON0,4
CIS,CMCON0,3
CM2,CMCON0,2
CM1,CMCON0,1
CM0,CMCON0,0
T1GSS,CMCON1,1
CMSYNC,CMCON1,0

I hope this help prevent a little hair-pulling (like it did on my end)!

Thomas Henry