Right now, the clock types are used across the HAL, but there is no real documentation anywhere which explains how these clock types are intended to be used. We should give more examples on how this works and especially also document how one could migrate from the "hidden" clock API of arduino-hal to the explicit clock API of e.g. atmega-hal.
From #443.
Right now, the clock types are used across the HAL, but there is no real documentation anywhere which explains how these clock types are intended to be used. We should give more examples on how this works and especially also document how one could migrate from the "hidden" clock API of
arduino-hal
to the explicit clock API of e.g.atmega-hal
.