pub fn tmm(instances: impl Into<Instances>) -> TMMResources
Expand description
Create resources for the Teensy MicroMod board.
Note that the peripheral instances acquired by RTIC – named device
in the
init::Context
object – can be used as the argument to this function.