From 3ef9d23d71aa02e83f530370742a52c122ea4bbc Mon Sep 17 00:00:00 2001 From: JasonWenTin Date: Thu, 19 Dec 2024 09:27:06 +0800 Subject: [PATCH] add tip for download lsm6ds3 library --- .../SeeedStudio_XIAO_MG24/XIAO-MG24-Built-in-Sensor.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_MG24/XIAO-MG24-Built-in-Sensor.md b/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_MG24/XIAO-MG24-Built-in-Sensor.md index 8bbb64c8aab0..58f998260b55 100644 --- a/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_MG24/XIAO-MG24-Built-in-Sensor.md +++ b/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_MG24/XIAO-MG24-Built-in-Sensor.md @@ -124,7 +124,11 @@ void loop() { } } ``` +:::tip + +Due to the update of the LSM6DS3 library, if you have previously added this library to the user, you will need to re-download version 2.0.4 or higher and add the ZIP file to the Arduino. +::: ### Function Overview - **Include Libraries** ```cpp