From f4d0a0ba0c77e387e083267fd869e020bad8b162 Mon Sep 17 00:00:00 2001 From: VladislavOstapov Date: Sun, 29 Sep 2024 10:33:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=BD=D0=BD=D1=8B=D0=B9=20unicode-=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D0=B2=D0=BE=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Adafruit_Si4713.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adafruit_Si4713.h b/src/Adafruit_Si4713.h index cab5898..0fcf6a2 100644 --- a/src/Adafruit_Si4713.h +++ b/src/Adafruit_Si4713.h @@ -35,7 +35,7 @@ #define SI4710_CMD_GET_REV 0x10 ///< Returns revision information on the device. #define SI4710_CMD_POWER_DOWN 0x11 ///< Power down device #define SI4710_CMD_SET_PROPERTY 0x12 ///< Sets the value of a property. -#define SI4710_CMD_GET_PROPERTY 0x13 ///< Retrieves a property’s value. +#define SI4710_CMD_GET_PROPERTY 0x13 ///< Retrieves a property's value. #define SI4710_CMD_GET_INT_STATUS 0x14 ///< Read interrupt status bits. #define SI4710_CMD_PATCH_ARGS \ 0x15 ///< Reserved command used for patch file downloads.