Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2022-04-20 17:11:12 +00:00
commit 12d1eb0415
1 changed files with 1 additions and 1 deletions

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