Skip to content

Commit 4f0417b

Browse files
committed
Docs
1 parent 054e2d8 commit 4f0417b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lib.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//! This crate provides a way to access Device electronic signature
2+
//! items on STM32 microcontrollers.
3+
//!
4+
//! You need to pass one of the features in order to use this crate:
5+
//! * `stm32f0`
6+
//! * `stm32f1`
7+
//! * `stm32f3`
8+
//! * `stm32f4`
9+
//! * `stm32g0`
10+
//! * `stm32l0`
11+
//! * `stm32l4`
12+
113
#![no_std]
214

315
use core::slice;

0 commit comments

Comments
 (0)