Skip to main content

wake

Function wake 

Source
pub(crate) async fn wake<H>(
    hal: &mut H,
    device_addr: u8,
) -> Result<(), AteccError<H::Error>>
where H: AteccHal,
Expand description

Perform the wake sequence and verify the chip’s response.

On success the chip is awake and ready to receive a command.

§Errors