From 248e12a95c1d61d251936c45b339fe3d72ba1a52 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 6 Aug 2020 14:43:48 +0200 Subject: [PATCH] Added lib I2C MPU6886 IMU https://github.com/arduino/Arduino/issues/10591 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index 72ceaa76..f2107b29 100644 --- a/registry.txt +++ b/registry.txt @@ -3328,3 +3328,4 @@ https://github.com/RobTillaart/DS1821.git|Contributed|DS1821 https://github.com/RobTillaart/ADS1X15.git|Contributed|ADS1X15 https://github.com/lvgl/lvgl.git|Contributed|lvgl https://github.com/lvgl/lv_examples.git|Contributed|lv_examples +https://github.com/tanakamasayuki/I2C_MPU6886.git|Contributed|I2C MPU6886 IMU