Skip to content

Commit

Permalink
Improve example description
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 29, 2021
1 parent b3e1023 commit ed4cc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/trait.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This example demonstrates the use of a type alias for the `Ads1x1x` struct
// to ease usage in signatures.
// This example demonstrates the use of the `DynamicOneSot` trait to ease the usage
// of the `Ads1x1x` struct in functions.

use linux_embedded_hal::I2cdev;
use nb::block;
Expand Down

0 comments on commit ed4cc1d

Please sign in to comment.