Skip to content

Commit

Permalink
chore: rm wrong doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 20, 2024
1 parent f3f8700 commit a21ac0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions examples/ch32v307/src/bin/i2c-bmp180-async.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
//! I2C test with SSD1306
//!
//! Folowing pins are used:
//! SDA PB11
//! SCL PB10
//!
//! Depending on your target and the board you are using you have to change the pins.
//!
//! For this example you need to hook up an SSD1306 I2C display.
//! The display will flash black and white.
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
Expand Down
11 changes: 0 additions & 11 deletions examples/ch32v307/src/bin/i2c-bmp180.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
//! I2C test with SSD1306
//!
//! Folowing pins are used:
//! SDA PB11
//! SCL PB10
//!
//! Depending on your target and the board you are using you have to change the pins.
//!
//! For this example you need to hook up an SSD1306 I2C display.
//! The display will flash black and white.
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
Expand Down

0 comments on commit a21ac0d

Please sign in to comment.