Voltage divider driver initial implementation
This commit is contained in:
parent
ceda57ddfd
commit
844f2c7674
5 changed files with 139 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ if(CONFIG_ZMK_KSCAN_GPIO_DRIVER)
|
|||
zephyr_library_sources(
|
||||
kscan_gpio_matrix.c
|
||||
kscan_gpio_direct.c
|
||||
battery_voltage_divider.c
|
||||
)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_EC11 ec11.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue