updated x86 template a bit and added int a template for embedded i2c sensors
This commit is contained in:
parent
3b5f2534df
commit
787280da0c
|
@ -7,3 +7,6 @@
|
|||
[submodule "x86_tdd_template"]
|
||||
path = x86_tdd_template
|
||||
url = ssh://git@gorge.works:30023/TDD-For-Rust/x86_tdd_template.git
|
||||
[submodule "i2c_sensor_driver"]
|
||||
path = i2c_sensor_driver
|
||||
url = ssh://git@gorge.works:30023/TDD-For-Rust/i2c_sensor_driver.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 4e093f648ad630a74b45b36457dcd7ba529a3a6a
|
|
@ -1 +1 @@
|
|||
Subproject commit c7e6512a0374a16cdcd303a43b87bb6bcc03efc9
|
||||
Subproject commit 5668381b6fcb508af8df030db40f918b12e73dad
|
Loading…
Reference in New Issue