feat: Add nrf VDDH battery driver

Added a driver which uses the nRF52's ADC channel on the VDDH pin to
read the battery voltage when using high voltage mode.
This commit is contained in:
Joel Spadin
2021-04-03 01:00:51 -05:00
committed by Nick Winans
parent 824d605c22
commit a6de43e665
11 changed files with 236 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
rsource "battery_voltage_divider/Kconfig"
rsource "battery/Kconfig"
rsource "ec11/Kconfig"