Skip to main content

WAKE_TOKEN_ADDR

Constant WAKE_TOKEN_ADDR 

Source
pub(crate) const WAKE_TOKEN_ADDR: u8 = 0x00;
Expand description

I2C address used to generate the wake token. CryptoAuthLib writes to address 0x00 (general call) so the dormant chip NACKs cleanly. Any address the chip does not respond to would do; sticking to 0x00 matches the reference implementation.