Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sajattack committed May 19, 2020
1 parent 7be1339 commit 314c98a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#![no_std]
#[deny(missing_docs)]

pub mod i2c;
pub mod serial;
pub mod spi;
2 changes: 1 addition & 1 deletion src/serial.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Serial communication (USART)
//!
//! This implementation consumes the following hardware resources:
//! This implementation consumes the following hardware resources:
//! - Periodic timer to mark clock cycles
//! - Output GPIO pin for transmission (TX)
//! - Input GPIO pin for reception (RX)
Expand Down
2 changes: 1 addition & 1 deletion src/spi.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Serial Peripheral Interface
//!
//! This implementation consumes the following hardware resources:
//! This implementation consumes the following hardware resources:
//! - Periodic timer to mark clock cycles
//! - Output GPIO pin for clock signal (SCLK)
//! - Output GPIO pin for data transmission (Master Output Slave Input - MOSI)
Expand Down

0 comments on commit 314c98a

Please sign in to comment.