;;;* Last edited: Jul  1 00:39 1993 (hqm)
;; dallas serial line txvr
(def-device "ds1228"
    (package soic
	     (technology smd)
	     (symbol soic16w)
	     (class IC)
	     (pincount 16)
	     (pins 
	      (1 c1+)
	      (2 v+)
	      (3 c1-)
	      (4 c2+) (5 c2-)
	      (6 v-)
	      (7 t2out)
	      (8 r2in)
	      (9 r2out)
	      (10 t2in)
	      (11 t1in)
	      (12 r1out)
	      (13 r1in)
	      (14 t1out)
	      (15 gnd)
	      (16 vcc)
	      )
;	     (power-pins 16)
;	     (ground-pins 15)
	     )
  )
