Browse Source

Fix i2c driver doc: Incorrect name (#16898)

pull/16906/head
jpe230 2 years ago
committed by GitHub
parent
commit
81be7bb7b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/i2c_driver.md

+ 1
- 1
docs/i2c_driver.md View File

@ -166,7 +166,7 @@ Send multiple bytes to the selected I2C device.
### `i2c_status_t i2c_receive(uint8_t address, uint8_t* data, uint16_t length, uint16_t timeout)`
Receive multiple bytes from the selected SPI device.
Receive multiple bytes from the selected I2C device.
#### Arguments


Loading…
Cancel
Save