stm32: more docs.

This commit is contained in:
Dario Nieuwenhuis
2023-12-19 00:05:54 +01:00
parent 138318f611
commit 49534cd405
23 changed files with 55 additions and 6 deletions

View File

@ -1,4 +1,4 @@
//! Provide access to the STM32 digital-to-analog converter (DAC).
//! Digital to Analog Converter (DAC)
#![macro_use]
use core::marker::PhantomData;