From 828a36a9d16b381e3443ad7a5a4945fe621edf84 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 17 Dec 2021 21:30:58 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 599ec6e6..06c1e0f4 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ The parameter "gpio_exp_config" is a semicolon (;) separated list with following ``` model=,addr=,[,port=system|dac][,base=|100][,count=|16][,intr=][,cs=][,speed=] ``` -- model: pca9535, pca85xx (untested), mcp23017 and mcp23s17 (SPI version) +- model: pca9535, pca85xx, mcp23017 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 @@ -269,7 +269,7 @@ model=,addr=,[,port=system|dac][,base=|100][,count=|16][,intr - count: number of GPIO of expander (default 16 - might be obsolted if model if sufficient to decide) - intr: real GPIO to use as interrupt. -Note that PWM ("led_brightness" below) is not supported for expanded GPIOs and they cannot be used for high speed or precise timing signals like CS, D/C, Reset and Ready. Buttons, rotary encoder, amplifier control and power are supported. Depending on the actual chipset, pullup or pulldown might be supported so you might have to add external resistors (only MCP23x17 does pullup). +Note that PWM ("led_brightness" below) is not supported for expanded GPIOs and they cannot be used for high speed or precise timing signals like CS, D/C, Reset and Ready. Buttons, rotary encoder, amplifier control and power are supported. Depending on the actual chipset, pullup or pulldown might be supported so you might have to add external resistors (only MCP23x17 does pullup). The pca8575 is not a great chip, it generate a fair bit of spurious interrupts when used for GPIO out. ### LED See ยง**set_GPIO** for how to set the green and red LEDs. In addition, their brightness can be controlled using the "led_brigthness" parameter. The syntax is ```