diff options
Diffstat (limited to 'docs/i2c_driver.md')
-rw-r--r-- | docs/i2c_driver.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/i2c_driver.md b/docs/i2c_driver.md index d28a20fa1..0103e1b4c 100644 --- a/docs/i2c_driver.md +++ b/docs/i2c_driver.md | |||
@@ -81,8 +81,8 @@ STM32 MCUs allows a variety of pins to be configured as I2C pins depending on th | |||
81 | |--------------------------|----------------------------------------------------------------------------------------------|---------| | 81 | |--------------------------|----------------------------------------------------------------------------------------------|---------| |
82 | | `I2C1_SCL_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SCL | `GPIOB` | | 82 | | `I2C1_SCL_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SCL | `GPIOB` | |
83 | | `I2C1_SDA_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SDA | `GPIOB` | | 83 | | `I2C1_SDA_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SDA | `GPIOB` | |
84 | | `I2C1_SCL` | The pin number for the SCL pin (0-9) | `6` | | 84 | | `I2C1_SCL` | The pin number for the SCL pin (0-15) | `6` | |
85 | | `I2C1_SDA` | The pin number for the SDA pin (0-9) | `7` | | 85 | | `I2C1_SDA` | The pin number for the SDA pin (0-15) | `7` | |
86 | | `I2C1_BANK` (deprecated) | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`), superceded by `I2C1_SCL_BANK`, `I2C1_SDA_BANK` | `GPIOB` | | 86 | | `I2C1_BANK` (deprecated) | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`), superceded by `I2C1_SCL_BANK`, `I2C1_SDA_BANK` | `GPIOB` | |
87 | 87 | ||
88 | The ChibiOS I2C driver configuration depends on STM32 MCU: | 88 | The ChibiOS I2C driver configuration depends on STM32 MCU: |