From bd34b210baf5e20acb48e3e192f6b2335d151229 Mon Sep 17 00:00:00 2001 From: Chawanwit Akarajirathanachot <76256502+Karibura-Cyber@users.noreply.github.com> Date: Sat, 29 Mar 2025 01:54:51 +0700 Subject: [PATCH] Add MPU6050_light library --- main.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/main.json b/main.json index 2cbb85a..8e7f032 100644 --- a/main.json +++ b/main.json @@ -1120,5 +1120,19 @@ "TinyGPS@13.0.0" ], "github": "https://github.com/nawaphan123/Gps-neo6m-Extension" + }, + "MPU6050_light": { + "name": "MPU6050", + "description": "MPU6050_light for Microblock IDE", + "author": "NightHawk Robotics", + "category": "Sensors", + "version": "0.0.1", + "icon": "/static/icon.png", + "color": "#E74C3C", + "supportArduinoPlatform": true, + "depends": [ + "MPU6050_light@1.2.1" + ], + "github": "https://github.com/NightHawk-Technology/Microblock-MPU6050-light" } -} \ No newline at end of file +}