zmk/app/drivers/gpio
Purdea Andrei 2403ecb046 implement gpio_165 driver
This is an input-only gpio driver for use with 74x165
style parallel-input shift registers, (using SPI peripheral)

The user can choose to either use cs-gpios of spi or
load-gpios for connecting to the SH/LD pin of the shift
register. The difference is that cs-gpios will keep
the input latch enabled while idle, and load-gpios will
instead pulse the SH/LD signal before the register
content is shifted. In both cases the gpio should be
configured GPIO_ACTIVE_HIGH.
2023-06-04 12:02:32 +03:00
..
CMakeLists.txt implement gpio_165 driver 2023-06-04 12:02:32 +03:00
gpio_165.c implement gpio_165 driver 2023-06-04 12:02:32 +03:00
gpio_595.c refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
gpio_max7318.c fix formatting 2023-01-19 22:30:27 -05:00
Kconfig implement gpio_165 driver 2023-06-04 12:02:32 +03:00
Kconfig.165 implement gpio_165 driver 2023-06-04 12:02:32 +03:00
Kconfig.595 refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
Kconfig.max7318 refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00