Change get_set_level to get_output_level
This commit is contained in:
@ -165,7 +165,7 @@ impl<'d, T: Pin> Output<'d, T> {
|
||||
|
||||
/// What level output is set to
|
||||
#[inline]
|
||||
pub fn get_set_level(&self) -> Level {
|
||||
pub fn get_output_level(&self) -> Level {
|
||||
self.pin.is_set_high().into()
|
||||
}
|
||||
}
|
||||
@ -323,7 +323,7 @@ impl<'d, T: Pin> Flex<'d, T> {
|
||||
|
||||
/// What level output is set to
|
||||
#[inline]
|
||||
pub fn get_set_level(&self) -> Level {
|
||||
pub fn get_output_level(&self) -> Level {
|
||||
self.is_set_high().into()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user