update links

This commit is contained in:
Robin Müller 2021-12-12 14:48:15 +01:00
parent 54286e67c2
commit c8a9890e52
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Rust Maxim 116xx 10-bit ADC device driver crate
This is a platform agnostic Rust driver for the MAX11618-MAX11621, MAX11624 and MAX11625 10-bit This is a platform agnostic Rust driver for the MAX11618-MAX11621, MAX11624 and MAX11625 10-bit
[ADC devices](https://www.maximintegrated.com/en/products/analog/data-converters/analog-to-digital-converters/MAX11619.html) [ADC devices](https://www.maximintegrated.com/en/products/analog/data-converters/analog-to-digital-converters/MAX11619.html)
which uses the `embedded-hal`(https://github.com/rust-embedded/embedded-hal) traits. which uses the [`embedded-hal`](https://github.com/rust-embedded/embedded-hal) traits.
This driver implements basic operations to read raw ADC values: This driver implements basic operations to read raw ADC values:
@ -22,4 +22,4 @@ The crate uses basic type-level support to prevent using the ADC in a wrong way.
The type-level support defaults to an externally clocked device with no wake-up delay. The type-level support defaults to an externally clocked device with no wake-up delay.
This crate was tested using the Vorago REB1 development board. You can find an example application This crate was tested using the Vorago REB1 development board. You can find an example application
[here](). [here](https://egit.irs.uni-stuttgart.de/rust/vorago-reb1).