From 6c7f6a6b1ddca72c811d61765b9ce83fed7c3b9a Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Thu, 17 Oct 2024 10:34:43 +0800 Subject: [PATCH] Update examples note --- README.md | 4 ++-- examples/SimHatAccelerometer/SimHatAccelerometer.ino | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e52d64d..e1c0f7a 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,13 @@ | HP303BSensor* | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | SPIExample* | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | PowerMonitoring | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | -| SimHatAccelerometer | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | +| SimHatAccelerometer | ✅ | ❌ | ❌ | ✅[1] | ❌ | ❌ | | SimHatCurrentSensor | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | | SimHatOneWireSensor | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | | SimHatRelay | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | - HP303BSensor,SPIExample it only demonstrates how to define and use SPI and I2C. Please confirm the pin connection and IO definition before use. - +- [1] T-A7608-ESP32 Conflict with Solar ADC # Quick start ⚡ diff --git a/examples/SimHatAccelerometer/SimHatAccelerometer.ino b/examples/SimHatAccelerometer/SimHatAccelerometer.ino index 5afa64b..c6b4460 100644 --- a/examples/SimHatAccelerometer/SimHatAccelerometer.ino +++ b/examples/SimHatAccelerometer/SimHatAccelerometer.ino @@ -1,5 +1,5 @@ /** - * @file QMI8658_InterruptExample.ino + * @file SimHatAccelerometer.ino * @author Lewis He (lewishe@outlook.com) * @license MIT * @copyright Copyright (c) 2024 ShenZhen XinYuan Electronic Technology Co., Ltd @@ -16,7 +16,7 @@ const uint8_t sda = 21; const uint8_t scl = 22; #define IMU_INT1 39 -#define IMU_INT2 34 +#define IMU_INT2 34 ///T-A7608-ESP32 Conflict with Solar ADC SensorQMI8658 qmi;