Implemented SPI interface
This commit is contained in:
parent
9c95d081fb
commit
f70f63ae3c
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
@ -0,0 +1 @@
|
|||||||
|
Subproject commit eed7e914862849e6f616d2224f6195bf73f562cb
|
Loading…
Reference in New Issue
Block a user