Skip to content

Commit 4bea61b

Browse files
committed
Add cmp & dev for DS18B20
1 parent 4eb0a0c commit 4bea61b

File tree

4 files changed

+72
-0
lines changed

4 files changed

+72
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
(librepcb_component 88e9aa29-5696-481c-b597-6d43f7144bcc
2+
(name "Maxim DS18B20")
3+
(description "1-Wire temperature sensor.")
4+
(keywords "temperature,sensor,1wire")
5+
(author "U. Bruhin")
6+
(version "0.1")
7+
(created 2025-10-16T16:43:00Z)
8+
(deprecated false)
9+
(generated_by "")
10+
(category d1b6d2ca-061d-4c5c-81b2-cc7ee26942cb)
11+
(resource "Datasheet Maxim DS18B20" (mediatype "application/pdf")
12+
(url "https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf")
13+
)
14+
(schematic_only false)
15+
(default_value "{{MPN or DEVICE or COMPONENT}}")
16+
(prefix "U")
17+
(signal 97d86cac-3db8-4f8d-aba3-9ed4291f8e6d (name "VDD") (role passive)
18+
(required true) (negated false) (clock false) (forced_net "")
19+
)
20+
(signal ec07ec27-e4a5-4dba-9b1b-5726f1487b5b (name "GND") (role passive)
21+
(required true) (negated false) (clock false) (forced_net "")
22+
)
23+
(signal 98a961b4-42f6-4874-bd72-aa6464a38131 (name "DQ") (role passive)
24+
(required true) (negated false) (clock false) (forced_net "")
25+
)
26+
(variant de76a6ed-e965-4e01-babb-45c743811352 (norm "")
27+
(name "default")
28+
(description "")
29+
(gate 40e253af-9c39-418e-89c4-7a2e28d167b1
30+
(symbol dc36c243-bb66-4059-913f-3a393c0675e7)
31+
(position 0.0 0.0) (rotation 0.0) (required true) (suffix "")
32+
(pin 55cd77d5-d9f7-4b1b-aa09-7eda690e0c10 (signal ec07ec27-e4a5-4dba-9b1b-5726f1487b5b) (text signal))
33+
(pin 55df2f93-a063-41b3-a7e1-54c86fbf350d (signal 98a961b4-42f6-4874-bd72-aa6464a38131) (text signal))
34+
(pin 5efd8940-211d-4383-988b-c1523fd38370 (signal 97d86cac-3db8-4f8d-aba3-9ed4291f8e6d) (text signal))
35+
)
36+
)
37+
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
(librepcb_device e63738ea-da6f-4621-b729-d7d12ba990fc
2+
(name "Maxim DS18B20")
3+
(description "1-Wire temperature sensor in TO-92 package.")
4+
(keywords "temperature,sensor,1wire")
5+
(author "U. Bruhin")
6+
(version "0.1")
7+
(created 2025-10-16T16:46:52Z)
8+
(deprecated false)
9+
(generated_by "")
10+
(category d1b6d2ca-061d-4c5c-81b2-cc7ee26942cb)
11+
(resource "Datasheet Maxim DS18B20" (mediatype "application/pdf")
12+
(url "https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf")
13+
)
14+
(component 88e9aa29-5696-481c-b597-6d43f7144bcc)
15+
(package 5ee92b46-ab92-4eda-9785-99ef7a36da9f)
16+
(pad 90f62833-d911-4fe3-b9db-ecef37f0f31b (signal 98a961b4-42f6-4874-bd72-aa6464a38131))
17+
(pad 9114d4a7-61a4-4b64-a50e-148acfe71206 (signal 97d86cac-3db8-4f8d-aba3-9ed4291f8e6d))
18+
(pad fea307ac-299f-4c4a-a555-eed937427732 (signal ec07ec27-e4a5-4dba-9b1b-5726f1487b5b))
19+
(part "DS18B20" (manufacturer "Maxim Integrated")
20+
(attribute "PACKAGING" (type string) (unit none) (value "Bulk"))
21+
)
22+
(part "DS18B20+" (manufacturer "Maxim Integrated")
23+
(attribute "PACKAGING" (type string) (unit none) (value "Bulk"))
24+
(attribute "MISC" (type string) (unit none) (value "Lead-Free"))
25+
)
26+
(part "DS18B20-SL/T&R" (manufacturer "Maxim Integrated")
27+
(attribute "PACKAGING" (type string) (unit none) (value "T&R 2000"))
28+
)
29+
(part "DS18B20-SL+T&R" (manufacturer "Maxim Integrated")
30+
(attribute "PACKAGING" (type string) (unit none) (value "T&R 2000"))
31+
(attribute "MISC" (type string) (unit none) (value "Lead-Free"))
32+
)
33+
)

0 commit comments

Comments
 (0)