Type Alias arduino_hal::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 */ }