Skip to content

Commit

Permalink
Remove reading functions from OutputPin trait
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Apr 7, 2018
1 parent 0bbb915 commit 97fac76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/digital.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

/// Single digital output pin
pub trait OutputPin {
/// Is the output pin high?
fn is_high(&self) -> bool;

/// Is the output pin low?
fn is_low(&self) -> bool;

/// Sets the pin low
fn set_low(&mut self);

Expand Down

0 comments on commit 97fac76

Please sign in to comment.