This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
3eded9d10d
zephyr
/
samples
/
drivers
/
w1
/
scanner
/
ds2484.overlay
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: Add 1-Wire scanner example This adds a simple example to show basic 1-Wire bus operations Signed-off-by: Caspar Friedrich <c.s.w.friedrich@gmail.com>
2022-07-07 05:46:52 +08:00
&arduino_i2c {
samples: drivers: w1: Enable arduino_i2c and arduino_serial explicitly This sample uses the arduino_i2c and arduino_serial DT nodes, so it should enable them explicitly, not assume they will be enabled by default for a given board. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-01-12 23:33:03 +08:00
status = "okay";
samples: Add 1-Wire scanner example This adds a simple example to show basic 1-Wire bus operations Signed-off-by: Caspar Friedrich <c.s.w.friedrich@gmail.com>
2022-07-07 05:46:52 +08:00
w1: w1@18 {
compatible = "maxim,ds2484";
reg = <0x18>;
};
};