Add uart for interfacing

This commit is contained in:
2020-03-29 01:46:11 +01:00
parent 5cde5428e0
commit 100ba9c485
7 changed files with 66 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule "thermistor/uart"]
path = thermistor/uart
url = git@git.blackmark.me:avr/uart.git
[submodule "thermistor/flash"]
path = thermistor/flash
url = git@git.blackmark.me:avr/flash.git
[submodule "thermistor/io"]
path = thermistor/io
url = git@git.blackmark.me:avr/io.git