5 lines
58 B
Rust
5 lines
58 B
Rust
|
|
#![no_std]
|
||
|
|
#![deny(clippy::mem_forget)]
|
||
|
|
|
||
|
|
pub mod st7701s;
|