Type Alias arduino_hal::DefaultClock

source ·
pub type DefaultClock = MHz16;
Expand description

Default clock speed for this board.

arduino-hal contains a lot of type aliases for assuming this clock speed. As such it is easiest to keep the processor at the selected default speed.

However, you can of course still use other clock speeds but you’ll then need to correctly name the types from the HAL crate using your own clock definition.

Aliased Type§

struct DefaultClock;