1
2
3
4
5
6
7
8
//! Import the needed types and traits to use the `update()` method.

pub use crate::macros;
pub use crate::morse::MorseError;
pub use crate::position_of_highest_one;
pub use crate::OnOffSequenceOutput;
pub use crate::OutputUpdate;
pub use crate::Repeat;