diff options
| author | crispaudio <[email protected]> | 2025-09-08 09:10:16 +0200 |
|---|---|---|
| committer | crispaudio <[email protected]> | 2025-09-08 09:10:16 +0200 |
| commit | bbcaab13bc074d8223b43d8e05682b708c192d78 (patch) | |
| tree | 84bbe6af4b28f855a2c57d47413ec3cff44f6671 /embassy-mspm0/src/lib.rs | |
| parent | a6cd24907aa43a8178a16b0db3d6b376f67f7540 (diff) | |
mspm0-adc: add adc with examples
Diffstat (limited to 'embassy-mspm0/src/lib.rs')
| -rw-r--r-- | embassy-mspm0/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/src/lib.rs b/embassy-mspm0/src/lib.rs index 0cb19a379..13f0ce662 100644 --- a/embassy-mspm0/src/lib.rs +++ b/embassy-mspm0/src/lib.rs | |||
| @@ -13,6 +13,7 @@ pub(crate) mod fmt; | |||
| 13 | // This must be declared early as well for | 13 | // This must be declared early as well for |
| 14 | mod macros; | 14 | mod macros; |
| 15 | 15 | ||
| 16 | pub mod adc; | ||
| 16 | pub mod dma; | 17 | pub mod dma; |
| 17 | pub mod gpio; | 18 | pub mod gpio; |
| 18 | pub mod i2c; | 19 | pub mod i2c; |
