Type Alias Delay

Source
pub type Delay = Delay<DefaultClock>;
Expand description

Delay type for embedded-hal compatibility.

This type can be used to pass a generic delay utility to embedded-hal drivers. For direct use in arduino-hal code, usage of delay_ms or delay_us is preferred.

Aliased Typeยง

struct Delay { /* private fields */ }