From 50efb71a142166e97886bc9103fc6c718c2cf474 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 3 Nov 2022 18:08:01 +0100 Subject: [PATCH] Typo fix in README file of i2c_temp example --- i2c_temp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2c_temp/README b/i2c_temp/README index ae36eb6..589b612 100644 --- a/i2c_temp/README +++ b/i2c_temp/README @@ -23,7 +23,7 @@ This example shows the support of the TMP101 I2C temperature sensor used on the GPIO Demo module. -Periodic temperature conversions (decimal velue and raw conversion value) are +Periodic temperature conversions (decimal value and raw conversion value) are sent on UART0 using the following frame format : Temp read: 27,3 - raw: 0x1b60. -- 2.43.0