cu29_clock

Trait ClockProvider

source
pub trait ClockProvider {
    // Required method
    fn get_clock(&self) -> RobotClock;
}
Expand description

A trait to provide a clock to the runtime.

Required Methods§

Implementors§