Implemented SPI interface
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
1
spi
Submodule
Submodule spi added at eed7e91486
Reference in New Issue
Block a user