diff options
| author | Dion Dokter <[email protected]> | 2024-06-14 16:55:05 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2024-06-14 16:55:05 +0200 |
| commit | f758c4b3910e8cb4d09c284db245e66de8cb5e5e (patch) | |
| tree | 095ac0d4fe20d6205f2dd531569f383e8c72d566 /embassy-stm32/src/lib.rs | |
| parent | 74739997bd70d3c23b5c58d25aa5c9ba4db55f35 (diff) | |
Start implementing lcd
Diffstat (limited to 'embassy-stm32/src/lib.rs')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 95f59360a..334a0d717 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -89,6 +89,8 @@ pub mod i2s; | |||
| 89 | pub mod ipcc; | 89 | pub mod ipcc; |
| 90 | #[cfg(feature = "low-power")] | 90 | #[cfg(feature = "low-power")] |
| 91 | pub mod low_power; | 91 | pub mod low_power; |
| 92 | #[cfg(lcd)] | ||
| 93 | pub mod lcd; | ||
| 92 | #[cfg(ltdc)] | 94 | #[cfg(ltdc)] |
| 93 | pub mod ltdc; | 95 | pub mod ltdc; |
| 94 | #[cfg(opamp)] | 96 | #[cfg(opamp)] |
