Skip to content

Commit

Permalink
Update examples note
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 17, 2024
1 parent 1c82121 commit 6c7f6a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ⚡

Expand Down
4 changes: 2 additions & 2 deletions examples/SimHatAccelerometer/SimHatAccelerometer.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file QMI8658_InterruptExample.ino
* @file SimHatAccelerometer.ino
* @author Lewis He ([email protected])
* @license MIT
* @copyright Copyright (c) 2024 ShenZhen XinYuan Electronic Technology Co., Ltd
Expand All @@ -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;
Expand Down

0 comments on commit 6c7f6a6

Please sign in to comment.