From c9d8e2611cbe2c195a0b9af7a6ac5274dcffcf0b Mon Sep 17 00:00:00 2001 From: zvecr Date: Wed, 20 Apr 2022 17:12:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=2081be7bb7b573e354c88ed6381d89e6613f4febc6=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i2c_driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2c_driver.md b/i2c_driver.md index 95c588af441..f4e6c6619e6 100644 --- a/i2c_driver.md +++ b/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