Search found 1 match

by vikas0845
Mon Oct 09, 2023 10:11 am
Forum: General Discussion
Topic: Enable INT1 in LSMDSRX Sudden acceleration occurs interfaced with ESP32S3 and capure image
Replies: 0
Views: 731

Enable INT1 in LSMDSRX Sudden acceleration occurs interfaced with ESP32S3 and capure image

// I am trying to enable the INT1 interrupt when sudden acceleration occurs. ESP32 interfaced with LSMDSRX and camera 5640 via i2c // // I need suggestion to correct this code// [Codebox] #include <Wire.h> #include <SD_MMC.h> #include <esp_camera.h> #include <esp_task_wdt.h> int value; #define LSM6...