Add current sense amplifier driver. Implements https://github.com/zephyrproject-rtos/zephyr/issues/60415 Co-authored-by: Marco Argiolas <marco.argiolas@ftpsolutions.com.au> Signed-off-by: Nick Ward <nix.ward@gmail.com>
6 lines
95 B
CMake
6 lines
95 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(current_amp.c)
|