Files
xiaozhi-esp32/managed_components/espressif__esp_io_expander/README.md
2025-09-05 13:25:11 +08:00

361 B

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