1//! Import the needed types and traits to use the `update()` method.
23pub use crate::macros;
4pub use crate::morse::MorseError;
5pub use crate::position_of_highest_one;
6pub use crate::OnOffSequenceOutput;
7pub use crate::OutputUpdate;
8pub use crate::Repeat;