Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitmodules #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "hardware/sao/TouchwheelSAO"]
path = hardware/sao/TouchwheelSAO
url = git@github.com:todbot/TouchwheelSAO.git
url = https://github.com/todbot/TouchwheelSAO.git
[submodule "documentation/ch32v003/ch32v003fun"]
path = documentation/ch32v003/ch32v003fun
url = git@github.com:cnlohr/ch32v003fun.git
url = https://github.com/cnlohr/ch32v003fun.git
[submodule "resources/ch32v003/ch32v003fun"]
path = resources/ch32v003fun
url = git@github.com:cnlohr/ch32v003fun.git
url = https://github.com/cnlohr/ch32v003fun.git
[submodule "software/libraries/MicroPython-SSD1306"]
path = software/libraries/MicroPython-SSD1306
url = https://github.com/TimHanewich/MicroPython-SSD1306
Expand All @@ -15,7 +15,7 @@
url = https://github.com/eosti/micropython-aw210xx
[submodule "i2c_proto_petal_tutorial/pico_ch32v003_prog"]
path = i2c_proto_petal_tutorial/pico_ch32v003_prog
url = git@github.com:hexagon5un/pico_ch32v003_prog.git
url = https://github.com/hexagon5un/pico_ch32v003_prog.git
[submodule "software/libraries/MicroPython-IR-Transceiver-SAO"]
path = software/libraries/MicroPython-IR-Transceiver-SAO
url = https://github.com/DmitryPustovit/MicroPython-IR-Transceiver-SAO
Expand Down