From 013599606585c2cdcbf42a950b0e1acd4d04dc94 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 29 Nov 2023 14:40:39 -0500 Subject: [PATCH] Add new version of biplane and move it to the correct location --- .gitmodules | 6 +++--- libraries/{ => helpers}/biplane | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename libraries/{ => helpers}/biplane (100%) diff --git a/.gitmodules b/.gitmodules index d2c36ff..1a9ffd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -346,9 +346,6 @@ [submodule "libraries/drivers/bma400"] path = libraries/drivers/bma400 url = https://github.com/jposada202020/CircuitPython_BMA400.git -[submodule "libraries/biplane"] - path = libraries/biplane - url = https://github.com/Uberi/biplane.git [submodule "libraries/drivers/bmp581"] path = libraries/drivers/bmp581 url = https://github.com/jposada202020/CircuitPython_BMP581.git @@ -406,3 +403,6 @@ [submodule "libraries/drivers/lilygo_tdeck"] path = libraries/drivers/lilygo_tdeck url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git +[submodule "libraries/helpers/biplane"] + path = libraries/helpers/biplane + url = https://github.com/Uberi/biplane.git diff --git a/libraries/biplane b/libraries/helpers/biplane similarity index 100% rename from libraries/biplane rename to libraries/helpers/biplane