Fixed DS28EA00 KLC errors.

This commit is contained in:
hackscribble 2017-09-05 23:54:16 +01:00
parent 16e34e00fe
commit 33cdc9158a
2 changed files with 13 additions and 11 deletions

View file

@ -259,7 +259,7 @@ F https://datasheets.maximintegrated.com/en/ds/DS18S20.pdf
$ENDCMP $ENDCMP
# #
$CMP DS28EA00 $CMP DS28EA00
D 1-Wire Digital Thermometer with Sequence Detect and PIO D 1-Wire Digital Thermometer with Sequence Detect and PIO, MSOP-8
K 1Wire OneWire Maxim Dallas K 1Wire OneWire Maxim Dallas
F http://datasheets.maximintegrated.com/en/ds/DS28EA00.pdf F http://datasheets.maximintegrated.com/en/ds/DS28EA00.pdf
$ENDCMP $ENDCMP

View file

@ -517,20 +517,22 @@ ENDDEF
# #
DEF DS28EA00 U 0 40 Y Y 1 F N DEF DS28EA00 U 0 40 Y Y 1 F N
F0 "U" -250 250 50 H V C CNN F0 "U" -250 250 50 H V C CNN
F1 "DS28EA00" 0 -250 50 H V C CNN F1 "DS28EA00" 250 250 50 H V C CNN
F2 "" -250 250 50 H I C CNN F2 "Housings_SSOP:MSOP-8_3x3mm_Pitch0.65mm" -1000 -250 50 H I C CNN
F3 "" -250 250 50 H I C CNN F3 "" -250 250 50 H I C CNN
$FPLIST $FPLIST
MSOP-8_3x3mm_Pitch0.65mm MSOP*3x3mm*Pitch0.65mm*
MSOP-8_3x3mm_Pitch0.65mm*
$ENDFPLIST $ENDFPLIST
DRAW DRAW
S -300 200 250 -200 0 1 10 f S -300 200 300 -200 0 1 10 f
X IO 1 -400 0 100 R 50 50 1 1 B X IO 1 -400 100 100 R 50 50 1 1 B
X GND 4 -400 -100 100 R 50 50 1 1 W X NC 2 -400 0 100 R 50 50 1 1 N N
X PIOA 6 350 100 100 L 50 50 1 1 B X NC 3 400 100 100 L 50 50 1 1 N N
X PIOB 7 350 -100 100 L 50 50 1 1 B X GND 4 0 -300 100 U 50 50 1 1 W
X VCC 8 -400 100 100 R 50 50 1 1 W X NC 5 400 0 100 L 50 50 1 1 N N
X PIOA 6 400 -100 100 L 50 50 1 1 B
X PIOB 7 -400 -100 100 R 50 50 1 1 B
X VDD 8 0 300 100 D 50 50 1 1 W
ENDDRAW ENDDRAW
ENDDEF ENDDEF
# #