Interface to the timer peripherals
pub use pwm_input::PwmInput;
pub use counter::*;
pub use delay::*;
pub use pwm::*;
FTimer