Compare commits
8 Commits
50ec81ece6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 62dc018b29 | |||
| b449b5538a | |||
| fe917b8a74 | |||
| f3e7bff402 | |||
| 303bb408a0 | |||
| efdecb11d1 | |||
| 8afab00d65 | |||
| c12d4aa46d |
@@ -42,9 +42,9 @@ The I2C module is basically identical to SPI, just with a different protocol.
|
|||||||
- [x] Interface for mapping io-pins onto virtual io-ports, where the pins do not have to be located on the same hardware port
|
- [x] Interface for mapping io-pins onto virtual io-ports, where the pins do not have to be located on the same hardware port
|
||||||
- [x] Provide an example showcasing the usage and possibilities
|
- [x] Provide an example showcasing the usage and possibilities
|
||||||
- ADC
|
- ADC
|
||||||
- [ ] Support all hardware provided configuration options
|
- [x] Support common usage with easy extendability
|
||||||
- [ ] Compile-time check for correct hardware configuration
|
- [x] Compile-time check for correct hardware configuration
|
||||||
- [ ] Provide an example showcasing the usage and possibilities
|
- [x] Provide an example showcasing the usage and possibilities
|
||||||
- UART
|
- UART
|
||||||
- [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
|
||||||
@@ -64,4 +64,4 @@ The I2C module is basically identical to SPI, just with a different protocol.
|
|||||||
- [x] Compile-time check for correct hardware configuration
|
- [x] Compile-time check for correct hardware configuration
|
||||||
- [x] Provide an example showcasing the usage and possibilities
|
- [x] Provide an example showcasing the usage and possibilities
|
||||||
- General
|
- General
|
||||||
- [ ] Support for most common AVR chips (ATmega8, ATmega328, ATtiny85, ...)
|
- [x] Support for most common AVR chips (ATmega8, ATmega328, ATtiny85, ...)
|
||||||
|
|||||||
2
adc
2
adc
Submodule adc updated: 4f79d1d1d8...edd1c53401
2
uart
2
uart
Submodule uart updated: 991a67bd86...e760cf541c
Reference in New Issue
Block a user