Implemented SPI interface
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -10,3 +10,6 @@
|
|||||||
[submodule "adc"]
|
[submodule "adc"]
|
||||||
path = adc
|
path = adc
|
||||||
url = git@git.blackmark.me:avr/adc.git
|
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
|
- [ ] Type-safe convenience functions for writing and reading basic data types
|
||||||
- [ ] Provide an example showcasing the usage and possibilities
|
- [ ] Provide an example showcasing the usage and possibilities
|
||||||
- SPI
|
- SPI
|
||||||
- [ ] Separation of interface and backend-driver
|
- [x] Separation of interface and backend-driver
|
||||||
- [ ] Support all hardware provided configuration options
|
- [x] Support all hardware provided configuration options
|
||||||
- [ ] Compile-time check for correct hardware configuration
|
- [x] Compile-time check for correct hardware configuration
|
||||||
- [ ] Software backend driver
|
- [x] Provide an example showcasing the usage and possibilities
|
||||||
- [ ] Provide an example showcasing the usage and possibilities
|
|
||||||
- I2C
|
- I2C
|
||||||
- [x] Separation of interface and backend-driver
|
- [x] Separation of interface and backend-driver
|
||||||
- [x] Support common usage with easy extendability
|
- [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