diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-20 17:11:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-20 17:11:12 +0000 |
commit | 12d1eb04150760d4eb8e4a060dbaef6f7ca72a28 (patch) | |
tree | c1e087fb29a08b07823b26678bd073515935209d /docs/i2c_driver.md | |
parent | 332d7f00c5c98bbd705587e6792eab56e68107a5 (diff) | |
parent | 81be7bb7b573e354c88ed6381d89e6613f4febc6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/i2c_driver.md')
-rw-r--r-- | docs/i2c_driver.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/i2c_driver.md b/docs/i2c_driver.md index 95c588af44..f4e6c6619e 100644 --- a/docs/i2c_driver.md +++ b/docs/i2c_driver.md @@ -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 |