
; list P=12F683

processor   12F683
#include <p12f683.inc>

CLOCK     equ  .20000000
ERRORLEVEL -302 ;remove message about using proper bank

;------------------------------------------------------------------------------
;       +-- --+
; +3V  1|  U  |8 GND
; OSC1 2|     |7 GP0
; GP4  3|     |6 GP1
; GP3  4|     |5 GP2
;       +-----+
; GP3 is input only
; GP0 will be our signal out
; GP1 will be the on-off load to ground 
; GP2,3 dip swith to select betwen JJY-1,2 DCF77
;------------------------------------------------------------------------------

