From 9d71b8ee267278ba38ba7e2677e0ca736d54f3e5 Mon Sep 17 00:00:00 2001 From: Stefan Krupop Date: Fri, 26 Jul 2024 21:01:10 +0200 Subject: [PATCH] Added "aw9523" to list of possible expanders --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b62620c8..907ae8c2f 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ The parameter "gpio_exp_config" is a semicolon (;) separated list with following ``` model=,addr=,[,port=system|dac][,base=][,count=][,intr=][,cs=][,speed=] ``` -- model: pca9535, pca85xx, mcp23017 and mcp23s17 (SPI version) +- model: pca9535, pca85xx, mcp23017, aw9523 and mcp23s17 (SPI version) - addr: chip i2c/spi address (decimal) - port (I2C): use either "system" port (shared with display for example) or "dac" port (system is default) - cs (SPI): gpio used for Chip Select