Skip to main content

WAKE_TOKEN_FILLER

Constant WAKE_TOKEN_FILLER 

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

Filler byte for the wake-token write. RP2040’s I2C peripheral refuses zero-length writes; one filler byte is enough to make the controller happy, and the byte is never actually clocked out because the address is NACKed.