Some documentation corrections and expansion

This commit is contained in:
huntc
2021-11-12 16:49:48 +11:00
parent 10a3a8bbed
commit d4179ee2e4
2 changed files with 15 additions and 2 deletions

View File

@ -29,7 +29,7 @@ use saadc::{
#[non_exhaustive]
pub enum Error {}
/// One-shot saadc. Continuous sample mode TODO.
/// One-shot and continuous SAADC.
pub struct Saadc<'d, const N: usize> {
phantom: PhantomData<&'d mut peripherals::SAADC>,
}