commit | 410684c7b0de20ce0fe0a4eb529147e106852f20 | [log] [tgz] |
---|---|---|
author | Hudson C. Dalpra <hudson@bduncanltd.com> | Thu Nov 30 16:33:09 2023 +1300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jan 08 12:43:52 2024 +0100 |
tree | d98b87a5129f3092978e603f57a7ec2a319a64af | |
parent | 8f6be9661e64987404f2356b536e1918f173d08f [diff] |
drivers: w1: add zephyr-gpio driver The zephyr-gpio w1 driver introduced in this commit implements all routines for the w1 api on top of the zephyr gpio driver. W1 bit read, write, and reset operations are executed by bit-banging the selected gpio. Signed-off-by: Hudson C. Dalpra <hudson@bduncanltd.com>