fn _facade_show_id_codes(chain_index: usize, idcodes: &Vec<u32>)
Expand description

Helper function to present a formatted list of idcodes for a particular device chain. The output is on a single line.

Parameters

  • chain_index

    Index of the device chain being displayed.

  • idcodes

    Array of 32-bit idcodes to be printed in hex.