summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2021-07-29 23:14:38 +0200
committerDiego Barrios Romero <eldruin@gmail.com>2021-07-29 23:14:38 +0200
commitb8792c2d9f2b5adfaa0e3bd31c297b105b66e4e1 (patch)
tree6faa677138e244361c6d76382aac0c7a08b15138 /src
parent28126fee8ce253e67ab737927ff0d89ebc24e419 (diff)
downloadads1x1x-async-b8792c2d9f2b5adfaa0e3bd31c297b105b66e4e1.tar.gz
ads1x1x-async-b8792c2d9f2b5adfaa0e3bd31c297b105b66e4e1.tar.xz
ads1x1x-async-b8792c2d9f2b5adfaa0e3bd31c297b105b66e4e1.zip
Add docs root
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 90a0f62..8833d75 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -202,6 +202,7 @@
//! adc.set_comparator_latching(ComparatorLatching::Latching).unwrap();
//! ```
+#![doc(html_root_url = "https://docs.rs/ads1x1x/0.2.1")]
#![deny(unsafe_code)]
#![deny(missing_docs)]
#![no_std]