From 9c4d3cd6e2918123959d8dd84fc0831055dec7d5 Mon Sep 17 00:00:00 2001 From: Will Miles Date: Sun, 7 Jan 2024 15:50:15 -0500 Subject: [PATCH] platformio.ini: Add MPU6050 library dep --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index fa6bf3bb8..50362de30 100644 --- a/platformio.ini +++ b/platformio.ini @@ -198,6 +198,8 @@ lib_deps = #For ADS1115 sensor uncomment following ; adafruit/Adafruit BusIO @ 1.13.2 ; adafruit/Adafruit ADS1X15 @ 2.4.0 + #For MPU6050 IMU uncomment follwoing + ; electroniccats/MPU6050 @1.0.1 extra_scripts = ${scripts_defaults.extra_scripts}