Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed May 25, 2024
1 parent c2c46a0 commit 2e88f2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@ Read the datasheet carefully!

| constant | mask | description |
|:-----------------------|:------:|:--------------|
| MCP23S17_IOCR_BANK | 0x80 | Controls how the registers are addressed.
| MCP23S17_IOCR_MIRROR | 0x40 | INT Pins Mirror bit.
| MCP23S17_IOCR_SEQOP | 0x20 | Sequential Operation mode bit.
| MCP23S17_IOCR_DISSLW | 0x10 | Slew Rate control bit for SDA output.
| MCP23S17_IOCR_HAEN | 0x08 | Hardware Address Enable bit (MCP23S17 only).
| MCP23S17_IOCR_ODR | 0x04 | Configures the INT pin as an open-drain output.
| MCP23S17_IOCR_INTPOL | 0x02 | This bit sets the polarity of the INT output pin.
| MCP23S17_IOCR_NI | 0x01 | Not implemented.
| MCP23x17_IOCR_BANK | 0x80 | Controls how the registers are addressed.
| MCP23x17_IOCR_MIRROR | 0x40 | INT Pins Mirror bit.
| MCP23x17_IOCR_SEQOP | 0x20 | Sequential Operation mode bit.
| MCP23x17_IOCR_DISSLW | 0x10 | Slew Rate control bit for SDA output.
| MCP23x17_IOCR_HAEN | 0x08 | Hardware Address Enable bit (MCP23S17 only).
| MCP23x17_IOCR_ODR | 0x04 | Configures the INT pin as an open-drain output.
| MCP23x17_IOCR_INTPOL | 0x02 | This bit sets the polarity of the INT output pin.
| MCP23x17_IOCR_NI | 0x01 | Not implemented.


Two dedicated functions are added: (MCP23S17 only)
Expand Down

0 comments on commit 2e88f2d

Please sign in to comment.