Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1b84958f5a99de356b2938e9628f086fab1c0fce
/
.
/
tests
/
drivers
/
w1
/
w1_api
/
ds2485.overlay
blob: 47a35f9075955358fe25c2ef59b576db34461e0b [
file
] [
log
] [
blame
]
&
arduino_i2c
{
status
=
"okay"
;
w1_0
:
w1@40
{
compatible
=
"maxim,ds2485"
;
reg
=
<
0x40
>;
switching
-
threshold
=
"medium"
;
active
-
pull
-
threshold
=
"low"
;
weak
-
pullup
=
"1000"
;
};
};
#include
"w1_devices.dtsi"