mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-07-19 02:17:34 +02:00
7 lines
134 B
Rust
7 lines
134 B
Rust
//! Driver crate
|
|
|
|
#![deny(missing_docs)]
|
|
#![deny(clippy::missing_docs_in_private_items)]
|
|
#![cfg_attr(not(test), no_std)]
|
|
pub mod adc;
|