init

Function init 

Source
pub fn init() -> Peripherals
Expand description

Initialize the C-SDK HAL.

This returns the peripheral singletons that can be used for creating drivers.

This should only be called once at startup, otherwise it panics.