music_player/managed_components/espressif__esp_io_expander
2024-03-22 23:46:09 -05:00
..
include init 2024-03-22 23:46:09 -05:00
.component_hash init 2024-03-22 23:46:09 -05:00
CMakeLists.txt init 2024-03-22 23:46:09 -05:00
esp_io_expander.c init 2024-03-22 23:46:09 -05:00
idf_component.yml init 2024-03-22 23:46:09 -05:00
license.txt init 2024-03-22 23:46:09 -05:00
README.md init 2024-03-22 23:46:09 -05:00

ESP IO Expander Component

This componnent is main esp_io_expander component which defines main functions and types for easy adding specific io expander chip component.

Supported features

  • Set an IO's direction
  • Get an IO's direction
  • Set an IO's output level
  • Get an IO's input level
  • Show all IOs' status
  • Interrupt mode