From f22a5dcbb542bd6cfd450b749ce266e8ab97745c Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 23 Mar 2026 18:14:18 +0100 Subject: [PATCH] First commit and Init --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index c5ec843..2f3e7db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/bme280"] path = lib/bme280 url = git@github.com:lafftale1999/bme280_driver.git +[submodule "pico-sdk"] + path = pico-sdk + url = https://github.com/raspberrypi/pico-sdk.git