Skip to content

Commit

Permalink
Add support for PCA9557 8-bit IO expander (#18632)
Browse files Browse the repository at this point in the history
* add PCA9557 driver

* text correction

* added switches and buttons

* update max devices to 8

* cleanup
  • Loading branch information
cctweaker authored May 14, 2023
1 parent f860722 commit 885737a
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 1 deletion.
3 changes: 2 additions & 1 deletion I2CDEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ Index | Define | Driver | Device | Address(es) | Description
77 | USE_MCP23XXX_DRV | xdrv_67 | MCP23x17 | 0x20 - 0x26 | 16-bit I/O expander as virtual button/switch/relay
78 | USE_PMSA003I | xsns_104 | PMSA003I | 0x12 | PM2.5 Air Quality Sensor with I2C Interface
79 | USE_GDK101 | xsns_106 | GDK101 | 0x18 - 0x1B | Gamma Radiation Sensor
80 | USE_TC74 | xsns_108 | TC74 | 0x48 - 0x4F | Temperature sensor
80 | USE_TC74 | xsns_108 | TC74 | 0x48 - 0x4F | Temperature sensor
81 | USE_PCA95XX_DRV | xdrv_69 | PCA95xx | 0x18 - 0x1F | 8-bit I/O expander as virtual relay
Loading

0 comments on commit 885737a

Please sign in to comment.