Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
37df48546364510262c8faa3edceb840c8811c52
/
.
/
samples
/
drivers
/
w1
/
scanner
/
ds2485.overlay
blob: afa9858de926c1ab0bfe4e5fe3de4f962f145423 [
file
] [
log
] [
blame
]
&
arduino_i2c
{
status
=
"okay"
;
w1
:
w1@40
{
compatible
=
"maxim,ds2485"
;
reg
=
<
0x40
>;
switching
-
threshold
=
"medium"
;
active
-
pull
-
threshold
=
"low"
;
weak
-
pullup
=
"1000"
;
};
};