ADCv3 and example.

This commit is contained in:
Bob McWhirter
2021-06-10 15:33:43 -04:00
parent 0dafd8f763
commit d58fb11b2e
8 changed files with 555 additions and 13 deletions

View File

@ -21,6 +21,8 @@ pub mod gpio;
pub mod rcc;
// Sometimes-present hardware
#[cfg(adc)]
pub mod adc;
#[cfg(timer)]
pub mod clock;
#[cfg(dac)]