From b3a16aab15338c932367356f05a82a61647da90e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 12 Dec 2021 14:53:43 +0100 Subject: [PATCH] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486a855..e70c901 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ functionality is still limited. Pull requests to improve this are welcome. To use this driver, import this crate and an `embedded-hal` implementation and then instantiate the appropriate device. -The crate uses basic type-level support to prevent using the ADC in a wrong way.https://github.com/rust-embedded/embedded-hal +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. This crate was tested using the Vorago REB1 development board. You can find an example application