Implemented SPI interface

This commit is contained in:
BlackMark 2020-02-21 17:41:32 +01:00
parent 9c95d081fb
commit f70f63ae3c
3 changed files with 8 additions and 5 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "adc"]
path = adc
url = git@git.blackmark.me:avr/adc.git
[submodule "spi"]
path = spi
url = git@git.blackmark.me:avr/spi.git

View File

@ -63,11 +63,10 @@ The PWM mode of the hardware timer can also be used. Additionally, if PWM is nee
- [ ] Type-safe convenience functions for writing and reading basic data types
- [ ] Provide an example showcasing the usage and possibilities
- SPI
- [ ] Separation of interface and backend-driver
- [ ] Support all hardware provided configuration options
- [ ] Compile-time check for correct hardware configuration
- [ ] Software backend driver
- [ ] Provide an example showcasing the usage and possibilities
- [x] Separation of interface and backend-driver
- [x] Support all hardware provided configuration options
- [x] Compile-time check for correct hardware configuration
- [x] Provide an example showcasing the usage and possibilities
- I2C
- [x] Separation of interface and backend-driver
- [x] Support common usage with easy extendability

1
spi Submodule

@ -0,0 +1 @@
Subproject commit eed7e914862849e6f616d2224f6195bf73f562cb