From 8a81b3a721492caa6c577165626417d6404f35a9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 14 Dec 2021 14:36:58 +0100 Subject: [PATCH] typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a173e77..128e11f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! You can create an initial ADC struct by using the [`Max116xx10Bit::max11618`], //! [`Max116xx10Bit::max11619`], [`Max116xx10Bit::max11620`], [`Max116xx10Bit::max11621`], -//! [`Max116xx10Bit::max11624`] and [`Max116xx10Bit::max11625`] functionsdepending on which device +//! [`Max116xx10Bit::max11624`] and [`Max116xx10Bit::max11625`] functions depending on which device //! you are using. This automatically sets the highest channel number accordingly. //! //! The default structs use the externally clocked mode with an external voltage reference.