zmk/app/drivers/sensor/battery
Xudong Zheng e65a7e3075 fix(battery): change nRF52 ADC gain
With ADC pin, maximum 3.6V input needs gain 1/6 to be less than the 0.6V
reference.

With VDDHDIV5, maximum 6V input corresponds to 1.2V so gain 1/2 will be less
than the 0.6V reference and be slightly more precise.
2023-07-29 23:04:35 -07:00
..
battery_common.c refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
battery_common.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
battery_nrf_vddh.c fix(battery): change nRF52 ADC gain 2023-07-29 23:04:35 -07:00
battery_voltage_divider.c fix(battery): change nRF52 ADC gain 2023-07-29 23:04:35 -07:00
CMakeLists.txt feat: Add nrf VDDH battery driver 2021-07-24 23:39:13 -05:00
Kconfig fix: Proper battery sensor Kconfig dependencies. 2023-07-19 02:21:09 -04:00