Finished adc implementation

This commit is contained in:
BlackMark 2020-02-21 21:54:36 +01:00
parent 50ec81ece6
commit c12d4aa46d
2 changed files with 4 additions and 4 deletions

View File

@ -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

2
adc

@ -1 +1 @@
Subproject commit 4f79d1d1d8a7628ddb73ef785a16d7355b925d45 Subproject commit 74b337804ba2283386d6249a5fdfc5771bb437b7