From 9e15e47be7fd7171f7041fc3a310a6c2611b9be9 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sat, 1 Feb 2020 15:52:23 +0100 Subject: [PATCH] Added i2c submodule --- .gitmodules | 3 +++ README.md | 2 +- i2c | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 i2c diff --git a/.gitmodules b/.gitmodules index 68f665a..d9b78c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 256ad3f..7c9acbe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/i2c b/i2c new file mode 160000 index 0000000..939cdc1 --- /dev/null +++ b/i2c @@ -0,0 +1 @@ +Subproject commit 939cdc1196edb161c6ea25eb61a72fa4488cba06