forked from mirrors/qmk_firmware
Update i2c_driver.md (#10131)
Update i2c_driver.md to change ARM pin number documentation, line 84 and 85
This commit is contained in:
parent
0f0530c5a4
commit
346bfb2a05
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ STM32 MCUs allows a variety of pins to be configured as I2C pins depending on th
|
||||||
|--------------------------|----------------------------------------------------------------------------------------------|---------|
|
|--------------------------|----------------------------------------------------------------------------------------------|---------|
|
||||||
| `I2C1_SCL_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SCL | `GPIOB` |
|
| `I2C1_SCL_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SCL | `GPIOB` |
|
||||||
| `I2C1_SDA_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SDA | `GPIOB` |
|
| `I2C1_SDA_BANK` | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`) to use for SDA | `GPIOB` |
|
||||||
| `I2C1_SCL` | The pin number for the SCL pin (0-9) | `6` |
|
| `I2C1_SCL` | The pin number for the SCL pin (0-15) | `6` |
|
||||||
| `I2C1_SDA` | The pin number for the SDA pin (0-9) | `7` |
|
| `I2C1_SDA` | The pin number for the SDA pin (0-15) | `7` |
|
||||||
| `I2C1_BANK` (deprecated) | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`), superceded by `I2C1_SCL_BANK`, `I2C1_SDA_BANK` | `GPIOB` |
|
| `I2C1_BANK` (deprecated) | The bank of pins (`GPIOA`, `GPIOB`, `GPIOC`), superceded by `I2C1_SCL_BANK`, `I2C1_SDA_BANK` | `GPIOB` |
|
||||||
|
|
||||||
The ChibiOS I2C driver configuration depends on STM32 MCU:
|
The ChibiOS I2C driver configuration depends on STM32 MCU:
|
||||||
|
|
Loading…
Reference in a new issue