Added i2c submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "uart"]
|
[submodule "uart"]
|
||||||
path = uart
|
path = uart
|
||||||
url = git@git.blackmark.me:avr/uart.git
|
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
|
- [ ] Compile-time check for correct hardware configuration
|
||||||
- [ ] Software backend driver
|
- [ ] Software backend driver
|
||||||
- I2C
|
- I2C
|
||||||
- [ ] Separation of interface and backend-driver
|
- [x] Separation of interface and backend-driver
|
||||||
- [ ] Support all hardware provided configuration options
|
- [ ] Support all hardware provided configuration options
|
||||||
- [ ] Compile-time check for correct hardware configuration
|
- [ ] Compile-time check for correct hardware configuration
|
||||||
- [ ] Software backend driver
|
- [ ] Software backend driver
|
||||||
|
|||||||
1
i2c
Submodule
1
i2c
Submodule
Submodule i2c added at 939cdc1196
Reference in New Issue
Block a user