Added i2c submodule
This commit is contained in:
parent
aaef1588f7
commit
9e15e47be7
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "uart"]
|
||||
path = uart
|
||||
url = git@git.blackmark.me:avr/uart.git
|
||||
[submodule "i2c"]
|
||||
path = i2c
|
||||
url = git@git.blackmark.me:avr/i2c.git
|
||||
|
@ -65,7 +65,7 @@ The PWM mode of the hardware timer can also be used. Additionally, if PWM is nee
|
||||
- [ ] Compile-time check for correct hardware configuration
|
||||
- [ ] Software backend driver
|
||||
- I2C
|
||||
- [ ] Separation of interface and backend-driver
|
||||
- [x] Separation of interface and backend-driver
|
||||
- [ ] Support all hardware provided configuration options
|
||||
- [ ] Compile-time check for correct hardware configuration
|
||||
- [ ] Software backend driver
|
||||
|
1
i2c
Submodule
1
i2c
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 939cdc1196edb161c6ea25eb61a72fa4488cba06
|
Loading…
Reference in New Issue
Block a user