Added i2c submodule

This commit is contained in:
BlackMark 2020-02-01 15:52:23 +01:00
parent aaef1588f7
commit 9e15e47be7
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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

@ -0,0 +1 @@
Subproject commit 939cdc1196edb161c6ea25eb61a72fa4488cba06